From 411980d6d64708f42c16ab04639a536a060d1331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:22:19 +0000 Subject: [PATCH] Bump nanoid and shortid Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.11 and updates ancestor dependency [shortid](https://github.com/dylang/shortid). These dependencies need to be updated together. Updates `nanoid` from 2.1.11 to 3.3.11 - [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/2.1.11...3.3.11) Updates `shortid` from 2.2.15 to 2.2.17 - [Changelog](https://github.com/dylang/shortid/blob/master/CHANGELOG.md) - [Commits](https://github.com/dylang/shortid/compare/2.2.15...2.2.17) --- updated-dependencies: - dependency-name: nanoid dependency-version: 3.3.11 dependency-type: indirect - dependency-name: shortid dependency-version: 2.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92a4572..fc5c54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "pg-promise": "10.15.4", "pg-query-stream": "3.0.7", "sax-stream": "1.3.0", - "shortid": "2.2.15", + "shortid": "2.2.17", "split2": "3.1.1", "stream-json": "1.7.1", "tail": "2.0.2", @@ -5327,9 +5327,22 @@ } }, "node_modules/nanoid": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.11.tgz", - "integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==" + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "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/native-duplexpair": { "version": "1.0.0", @@ -6350,12 +6363,12 @@ } }, "node_modules/shortid": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.15.tgz", - "integrity": "sha512-5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "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/side-channel": { diff --git a/package.json b/package.json index 76435f2..fabc5ff 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "pg-promise": "10.15.4", "pg-query-stream": "3.0.7", "sax-stream": "1.3.0", - "shortid": "2.2.15", + "shortid": "2.2.17", "split2": "3.1.1", "stream-json": "1.7.1", "tail": "2.0.2",