From a9ab3196348ece7ea80cf559724c74b6b9c4ce2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 14:39:57 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6d8889e..fd008694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "filesize": "^9.0.0", "groq": "^3.0.0", "is-hotkey": "^0.2.0", - "nanoid": "^3.3.3", + "nanoid": "^3.3.8", "npm-run-all": "^4.1.5", "pluralize": "^8.0.0", "react-dropzone": "^11.3.1", @@ -12640,15 +12640,16 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, diff --git a/package.json b/package.json index 9b1a0f5e..70c97793 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "filesize": "^9.0.0", "groq": "^3.0.0", "is-hotkey": "^0.2.0", - "nanoid": "^3.3.3", + "nanoid": "^3.3.8", "npm-run-all": "^4.1.5", "pluralize": "^8.0.0", "react-dropzone": "^11.3.1",