From fd828ef95eb1e1316d325c97e1b72857b505d262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:58:25 +0000 Subject: [PATCH] Bump uuid from 11.0.3 to 13.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 13.0.0. - [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/v11.0.3...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cb406d1..1cd6af44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "json-bigint": "^1.0.0", "safe-stable-stringify": "^2.4.3", "tslib": "^2.8.1", - "uuid": "^11.0.3" + "uuid": "^13.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", @@ -4128,16 +4128,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index 520e732e..5974eb43 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "json-bigint": "^1.0.0", "safe-stable-stringify": "^2.4.3", "tslib": "^2.8.1", - "uuid": "^11.0.3" + "uuid": "^13.0.0" }, "engines": { "node": ">=18.0.0"