From 292f8294e703f4cfa170f053d67f7bff8405bbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 13:19:20 +0000 Subject: [PATCH] Bump nanoid in /src Bumps and [nanoid](https://github.com/ai/nanoid). These dependencies needed to be updated together. Updates `nanoid` from 3.3.7 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/3.3.7...5.1.5) Updates `nanoid` from 5.0.4 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/3.3.7...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] --- src/package-lock.json | 9 +++++---- src/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",