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",