From 5417cde649c542647b3cff27f59cbc493c7044ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:10:26 +0000 Subject: [PATCH] chore(deps): bump nanoid from 5.1.16 to 6.0.1 Bumps [nanoid](https://github.com/ai/nanoid) from 5.1.16 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.1.16...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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af41b1b..b50b0c8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@prisma/engines": "^7.8.0", "drizzle-orm": "^0.45.2", - "nanoid": "^5.0.4", + "nanoid": "^6.0.1", "p-queue": "^9.3.0", "pg": "^8.11.0", "postgres": "^3.4.9",