From 5e47e49783d2a679063d2e1c7cc04ad7cdf3538e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:44:51 +0000 Subject: [PATCH] chore(deps): bump nanoid from 5.0.9 to 6.0.1 in /worker Bumps [nanoid](https://github.com/ai/nanoid) from 5.0.9 to 6.0.1. - [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.0.9...6.0.1) --- updated-dependencies: - dependency-name: nanoid dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- worker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/package.json b/worker/package.json index b192432..33ecc6f 100644 --- a/worker/package.json +++ b/worker/package.json @@ -13,7 +13,7 @@ "dependencies": { "hono": "4.13.0", "marked": "14.1.3", - "nanoid": "5.0.9", + "nanoid": "6.0.1", "parse5": "7.2.1" }, "devDependencies": {