From 599989d45e6273488654c34f835fc9ffface60a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:21:36 +0000 Subject: [PATCH] chore(deps): bump nanoid and shortid Bumps [nanoid](https://github.com/ai/nanoid) to 5.1.16 and updates ancestor dependency [shortid](https://github.com/dylang/shortid). These dependencies need to be updated together. Updates `nanoid` from 5.1.6 to 5.1.16 - [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.1.6...5.1.16) Updates `shortid` from 2.2.16 to 2.2.17 - [Changelog](https://github.com/dylang/shortid/blob/master/CHANGELOG.md) - [Commits](https://github.com/dylang/shortid/compare/2.2.16...2.2.17) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.16 dependency-type: direct:production - dependency-name: shortid dependency-version: 2.2.17 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05db01f6..5db873b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "fflate": "^0.8.2", "lodash": "^4.18.1", "lz-string": "^1.5.0", - "nanoid": "^5.1.6", + "nanoid": "^5.1.16", "prettier": "^2.7.1", "resize-detector": "^0.3.0", "rimraf": "^6.1.0", @@ -7350,9 +7350,9 @@ } }, "node_modules/nanoid": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz", - "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==", + "version": "5.1.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.16.tgz", + "integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==", "funding": [ { "type": "github", @@ -9616,15 +9616,31 @@ } }, "node_modules/shortid": { - "version": "2.2.16", + "version": "2.2.17", + "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.17.tgz", + "integrity": "sha512-GpbM3gLF1UUXZvQw6MCyulHkWbRseNO4cyBEZresZRorwl1+SLu1ZdqgVtuwqz8mB6RpwPkm541mYSqrKyJSaA==", "license": "MIT", "dependencies": { - "nanoid": "^2.1.0" + "nanoid": "^3.3.8" } }, "node_modules/shortid/node_modules/nanoid": { - "version": "2.1.11", - "license": "MIT" + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } }, "node_modules/signal-exit": { "version": "3.0.2", diff --git a/package.json b/package.json index d36cef32..32d63458 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "fflate": "^0.8.2", "lodash": "^4.18.1", "lz-string": "^1.5.0", - "nanoid": "^5.1.6", + "nanoid": "^5.1.16", "prettier": "^2.7.1", "resize-detector": "^0.3.0", "rimraf": "^6.1.0",