diff --git a/package-lock.json b/package-lock.json index 25b2976..f39a415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "fastest-validator": "^1.19.1", "helmet": "^8.1.0", "html-entities": "^2.6.0", - "nanoid": "^5.1.6", + "nanoid": "^5.1.9", "pino": "^10.3.1", "re2": "^1.24.0" }, @@ -7173,9 +7173,9 @@ "license": "MIT" }, "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.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.9.tgz", + "integrity": "sha512-ZUvP7KeBLe3OZ1ypw6dI/TzYJuvHP77IM4Ry73waSQTLn8/g8rpdjfyVAh7t1/+FjBtG4lCP42MEbDxOsRpBMw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 149e28b..965ca6e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "fastest-validator": "^1.19.1", "helmet": "^8.1.0", "html-entities": "^2.6.0", - "nanoid": "^5.1.6", + "nanoid": "^5.1.9", "pino": "^10.3.1", "re2": "^1.24.0" },