From 2dfc536b2d5c1535f6c1bb0d0086a2f7f64300bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:43:20 +0000 Subject: [PATCH] chore(deps): bump nanoid from 5.1.11 to 5.1.15 Bumps [nanoid](https://github.com/ai/nanoid) from 5.1.11 to 5.1.15. - [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.11...5.1.15) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.15 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 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" },