From dd1191e21bd64f5171f5ff6a1c86b877bfb55f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:37:10 +0000 Subject: [PATCH] build(deps): bump nanoid from 5.1.11 to 5.1.16 in /plugins/draw Bumps [nanoid](https://github.com/ai/nanoid) from 5.1.11 to 5.1.16. - [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.16) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/draw/package-lock.json | 8 ++++---- plugins/draw/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/draw/package-lock.json b/plugins/draw/package-lock.json index 15ad826..e3fbff8 100644 --- a/plugins/draw/package-lock.json +++ b/plugins/draw/package-lock.json @@ -8,7 +8,7 @@ "name": "@crabcode/draw", "version": "0.2.0", "dependencies": { - "nanoid": "^5.0.0", + "nanoid": "^5.1.16", "open": "^11.0.0", "socket.io": "^4.8.0" }, @@ -294,9 +294,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.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.16.tgz", + "integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==", "funding": [ { "type": "github", diff --git a/plugins/draw/package.json b/plugins/draw/package.json index 7fe9079..5ca93d0 100644 --- a/plugins/draw/package.json +++ b/plugins/draw/package.json @@ -14,7 +14,7 @@ "dev": "tsc --watch" }, "dependencies": { - "nanoid": "^5.0.0", + "nanoid": "^5.1.16", "open": "^11.0.0", "socket.io": "^4.8.0" },