diff --git a/package-lock.json b/package-lock.json index 81dce08d..cecb5ae0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "i18next-resources-to-backend": "1.2.1", "js-cookie": "3.0.5", "lucide-react": "1.18.0", - "nanoid": "5.1.7", + "nanoid": "5.1.16", "next": "16.2.0", "next-themes": "0.4.6", "react": "19.2.4", @@ -13980,9 +13980,9 @@ } }, "node_modules/nanoid": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.7.tgz", - "integrity": "sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==", + "version": "5.1.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.16.tgz", + "integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1412bc43..ab8c9f2f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "i18next-resources-to-backend": "1.2.1", "js-cookie": "3.0.5", "lucide-react": "1.18.0", - "nanoid": "5.1.7", + "nanoid": "5.1.16", "next": "16.2.0", "next-themes": "0.4.6", "react": "19.2.4",