From 38a34e23a12f973e15a6c7fc5e216ed63859a448 Mon Sep 17 00:00:00 2001 From: "Jayanth Bujula (from Dev Box)" Date: Wed, 30 Jul 2025 15:22:49 -0700 Subject: [PATCH] updated nanoid to fix vulnerability --- package-lock.json | 13 ------------- package.json | 3 ++- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index da9bb8ed..d6b7d2be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5258,19 +5258,6 @@ "url": "https://opencollective.com/mochajs" } }, - "node_modules/gulp-mocha/node_modules/nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", - "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==", - "dev": true, - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/gulp-mocha/node_modules/plugin-error": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz", diff --git a/package.json b/package.json index 4e12f8f6..f397b0ba 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "uuid": "^9.0.1" }, "overrides": { - "brace-expansion": "2.0.2" + "brace-expansion": "2.0.2", + "nanoid": "3.3.11" } }