From d0340c7ea680d3f3c84cc94887763651760cc719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:34:59 +0000 Subject: [PATCH] Bump nanoid Bumps and [nanoid](https://github.com/ai/nanoid). These dependencies needed to be updated together. Updates `nanoid` from 4.0.2 to 5.1.5 - [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/4.0.2...5.1.5) Updates `nanoid` from 3.3.6 to 5.1.5 - [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/4.0.2...5.1.5) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.5 dependency-type: direct:production - dependency-name: nanoid dependency-version: 5.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09a74a1..f2fac75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "appbuilder-pwa", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "appbuilder-pwa", - "version": "1.0.4", + "version": "1.0.5", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -18,7 +18,7 @@ "lodash": "^4.17.21", "material-icons": "^1.13.6", "moment": "^2.29.4", - "nanoid": "^4.0.2", + "nanoid": "^5.1.5", "papaparse": "^5.5.3", "semver": "^7.7.2", "skeleton-elements": "^4.0.1", @@ -8802,20 +8802,21 @@ "dev": true }, "node_modules/nanoid": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz", - "integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz", + "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, "engines": { - "node": "^14 || ^16 || >=18" + "node": "^18 || >=20" } }, "node_modules/natural-compare": { diff --git a/package.json b/package.json index bcf511c..c6e82ac 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "material-icons": "^1.13.6", "moment": "^2.29.4", - "nanoid": "^4.0.2", + "nanoid": "^5.1.5", "papaparse": "^5.5.3", "semver": "^7.7.2", "skeleton-elements": "^4.0.1",