diff --git a/package-lock.json b/package-lock.json index e79b969..7c00848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-config-next": "13.4.4", "lodash.debounce": "^4.0.8", "lucide-react": "^0.221.0", - "nanoid": "^4.0.2", + "nanoid": "^5.0.9", "next": "13.4.4", "next-auth": "^4.22.1", "postcss": "8.4.23", @@ -4978,9 +4978,9 @@ } }, "node_modules/nanoid": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz", - "integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", @@ -4992,7 +4992,7 @@ "nanoid": "bin/nanoid.js" }, "engines": { - "node": "^14 || ^16 || >=18" + "node": "^18 || >=20" } }, "node_modules/napi-build-utils": { diff --git a/package.json b/package.json index 43ce148..076113e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-next": "13.4.4", "lodash.debounce": "^4.0.8", "lucide-react": "^0.221.0", - "nanoid": "^4.0.2", + "nanoid": "^5.0.9", "next": "13.4.4", "next-auth": "^4.22.1", "postcss": "8.4.23",