diff --git a/src/package-lock.json b/src/package-lock.json index 1817e43ae..593eb96e9 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -38,7 +38,7 @@ "eventsource-parser": "^1.1.1", "lucide-react": "^0.309.0", "microsoft-cognitiveservices-speech-sdk": "^1.34.0", - "nanoid": "^5.0.4", + "nanoid": "^5.1.5", "next": "14.0.4", "next-auth": "^4.24.5", "next-themes": "^0.2.1", @@ -5788,15 +5788,16 @@ } }, "node_modules/nanoid": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.4.tgz", - "integrity": "sha512-vAjmBf13gsmhXSgBrtIclinISzFFy22WwCYoyilZlsrRXNIHSwgFQ1bEdjRwMT3aoadeIF6HMuDRlOxzfXV8ig==", + "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" }, diff --git a/src/package.json b/src/package.json index 9267d5cc4..d8af666d7 100644 --- a/src/package.json +++ b/src/package.json @@ -39,7 +39,7 @@ "eventsource-parser": "^1.1.1", "lucide-react": "^0.309.0", "microsoft-cognitiveservices-speech-sdk": "^1.34.0", - "nanoid": "^5.0.4", + "nanoid": "^5.1.5", "next": "14.0.4", "next-auth": "^4.24.5", "next-themes": "^0.2.1",