From 569d4fe75cc348ff3120f54765393ea03e90407c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 05:45:34 +0000 Subject: [PATCH] chore(deps): bump nanoid from 5.1.7 to 5.1.9 Bumps [nanoid](https://github.com/ai/nanoid) from 5.1.7 to 5.1.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.1.7...5.1.9) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },