From 298f95d55d27a8d1a1781938aba515c59214c5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:25:41 +0000 Subject: [PATCH] chore(deps): bump nanoid from 5.0.7 to 5.0.8 Bumps [nanoid](https://github.com/ai/nanoid) from 5.0.7 to 5.0.8. - [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/5.0.7...5.0.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e3a7f0..2a22946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "firebase": "^11.0.1", "formik": "^2.4.6", "framer-motion": "^11.11.11", - "nanoid": "^5.0.7", + "nanoid": "^5.0.8", "next": "14.2.15", "next-themes": "^0.3.0", "react": "^18", @@ -4067,9 +4067,9 @@ } }, "node_modules/nanoid": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", - "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz", + "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 62e6812..aa699b4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "firebase": "^11.0.1", "formik": "^2.4.6", "framer-motion": "^11.11.11", - "nanoid": "^5.0.7", + "nanoid": "^5.0.8", "next": "14.2.15", "next-themes": "^0.3.0", "react": "^18",