From a2d3d78d1d8f4052dbd516e81ce981497f8e1c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:26:42 +0000 Subject: [PATCH] chore(deps): bump nanoid Bumps and [nanoid](https://github.com/ai/nanoid). These dependencies needed to be updated together. Updates `nanoid` from 3.3.6 to 5.1.0 - [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.6...5.1.0) Updates `nanoid` from 5.0.7 to 5.1.0 - [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.6...5.1.0) Updates `nanoid` from 3.3.7 to 5.1.0 - [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.6...5.1.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production - dependency-name: nanoid dependency-type: direct:production - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 5278de8b5..fc63e05b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "markdown-it": "14.0.0", "md5": "2.3.0", "multer": "1.4.5-lts.1", - "nanoid": "5.0.7", + "nanoid": "5.1.0", "nanoid-dictionary": "4.3.0", "next": "13.4.2", "next-auth": "4.24.10", @@ -19833,15 +19833,16 @@ } }, "node_modules/nanoid": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", - "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.0.tgz", + "integrity": "sha512-zDAl/llz8Ue/EblwSYwdxGBYfj46IM1dhjVi8dyp9LQffoIGxJEAHj2oeZ4uNcgycSRcQ83CnfcZqEJzVDLcDw==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, diff --git a/package.json b/package.json index 44bd473cf..1c4593a02 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "markdown-it": "14.0.0", "md5": "2.3.0", "multer": "1.4.5-lts.1", - "nanoid": "5.0.7", + "nanoid": "5.1.0", "nanoid-dictionary": "4.3.0", "next": "13.4.2", "next-auth": "4.24.10",