From 16049e52b6b7da8a3fce586c5edba2b0b1ed94d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:55:07 +0000 Subject: [PATCH] Bump nanoid Bumps [nanoid](https://github.com/ai/nanoid) to 5.1.16 and updates ancestor dependency . These dependencies need to be updated together. Updates `nanoid` from 5.1.14 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.14...5.1.16) Updates `nanoid` from 3.3.13 to 3.3.18 - [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.14...5.1.16) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.16 dependency-type: direct:production - dependency-name: nanoid dependency-version: 3.3.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9dcf869..d8787ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "jszip": "^3.10.1", "mammoth": "^1.12.0", "marked": "^14.1.4", - "nanoid": "^5.0.9", + "nanoid": "^5.1.16", "pdf-lib": "^1.17.1", "pdfjs-dist": "^4.10.38", "react": "^18.3.1", @@ -3179,9 +3179,9 @@ } }, "node_modules/nanoid": { - "version": "5.1.14", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.14.tgz", - "integrity": "sha512-5c8l8kVzqpnDPaicbEop/fV0Q1w16FmbWtVhMqugTozAwYdlIQojWH5a/M7UfziFmGdQRrUdV+EPzc9Xng3VAQ==", + "version": "5.1.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.16.tgz", + "integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==", "funding": [ { "type": "github", @@ -3576,9 +3576,9 @@ "license": "MIT" }, "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.13", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.13.tgz", - "integrity": "sha512-sPdqC6ByMVVGvF1ynvvMo0/o+oD1VX7DaHhijt1bFgjvBkHBib4t49GoNDhf2NDta4oeUNlaGbSt5K7qjZ955Q==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6a75915..b8ab344 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jszip": "^3.10.1", "mammoth": "^1.12.0", "marked": "^14.1.4", - "nanoid": "^5.0.9", + "nanoid": "^5.1.16", "pdf-lib": "^1.17.1", "pdfjs-dist": "^4.10.38", "react": "^18.3.1",