From b909d039971a7b838cb04cc93de2363e92f0d7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:20:04 +0100 Subject: [PATCH] chore(deps): Bump nanoid in /client (#1011) Bumps and [nanoid](https://github.com/ai/nanoid). These dependencies needed to be updated together. Updates `nanoid` from 5.0.8 to 5.0.9 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.8...5.0.9) Updates `nanoid` from 3.3.7 to 5.0.9 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.8...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) mode change 100755 => 100644 client/package.json diff --git a/client/package-lock.json b/client/package-lock.json index e20bc1c8..77bf3d53 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "linkify-react": "^4.1.4", "linkifyjs": "^4.1.4", "lodash": "^4.17.21", - "nanoid": "^5.0.8", + "nanoid": "^5.0.9", "node-sass": "^9.0.0", "photoswipe": "^5.4.4", "prop-types": "^15.8.1", @@ -13927,15 +13927,16 @@ "integrity": "sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==" }, "node_modules/nanoid": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz", - "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, diff --git a/client/package.json b/client/package.json old mode 100755 new mode 100644 index 5e6cf3f0..b6db8912 --- a/client/package.json +++ b/client/package.json @@ -74,7 +74,7 @@ "linkify-react": "^4.1.4", "linkifyjs": "^4.1.4", "lodash": "^4.17.21", - "nanoid": "^5.0.8", + "nanoid": "^5.0.9", "node-sass": "^9.0.0", "photoswipe": "^5.4.4", "prop-types": "^15.8.1",