From 9d72e35e32627013eabb6ec17742e730800d4e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:23:36 +0000 Subject: [PATCH] Bump uuid from 14.0.1 to 14.0.2 in the npm-production group Bumps the npm-production group with 1 update: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 14.0.1 to 14.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v14.0.1...v14.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a503f86..7ae5765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "lodash": "^4.18.1", "string-pixel-width": "^1.11.0", "textlint-filter-rule-allowlist": "^4.0.0", - "uuid": "^14.0.1" + "uuid": "^14.0.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.6", @@ -11427,9 +11427,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", - "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index a59071b..94ec7a2 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "lodash": "^4.18.1", "string-pixel-width": "^1.11.0", "textlint-filter-rule-allowlist": "^4.0.0", - "uuid": "^14.0.1" + "uuid": "^14.0.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.6",