From eeb51dbb961cd5fe4b14900e96b9190724193be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:14:19 +0000 Subject: [PATCH] build(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 761f0c2..eee395f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "electron": "^42.4.0", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0", - "nanoid": "^5.1.5", + "nanoid": "^6.0.1", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1" },