From 74758113de29fd18ea6a10d8a208f1b220ea5f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:58:58 +0000 Subject: [PATCH] [CSR-0] chore: Bump nanoid from 3.3.17 to 6.0.0 in /packages/cmd Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.17 to 6.0.0. - [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/3.3.17...6.0.0) --- updated-dependencies: - dependency-name: nanoid dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/cmd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cmd/package.json b/packages/cmd/package.json index c88f0dac..7bb748f5 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -66,7 +66,7 @@ "jest-cli": "^30.2.0", "jest-config": "^30.3.0", "lodash": "^4.18.1", - "nanoid": "^3.3.8", + "nanoid": "^6.0.0", "pretty-ms": "^7.0.1", "proxy-from-env": "^1.1.0", "semver": "^7.8.5",