diff --git a/package-lock.json b/package-lock.json index 1e57ca2..3567659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "fastest-validator": "^1.19.1", "helmet": "^8.2.0", "html-entities": "^2.6.0", - "nanoid": "^5.1.11", + "nanoid": "^5.1.15", "pino": "^10.3.1", "re2": "^1.24.1" }, @@ -6871,9 +6871,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "5.1.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.11.tgz", - "integrity": "sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==", + "version": "5.1.15", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.15.tgz", + "integrity": "sha512-kBg3RpGtIe+RpTbyXwoI6pk5yD7KUiI3sygUqgeBMRst42KmhB4RZC7eiO9Wa1HIpaCCtpE2DJ6OI4Wi5ebwFw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index ba20552..cb90883 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "fastest-validator": "^1.19.1", "helmet": "^8.2.0", "html-entities": "^2.6.0", - "nanoid": "^5.1.11", + "nanoid": "^5.1.15", "pino": "^10.3.1", "re2": "^1.24.1" },