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