From 768023e66ac6af2be7d49c8b25eb2f9b299383ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:05:54 +0000 Subject: [PATCH] build(deps-dev): bump uuid from 11.0.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 14.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.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 731f541b..e5cb8d0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "tslint": "^6.1.3", "typedoc": "^0.26.2", "typescript": "^5.0.4", - "uuid": "^11.0.2" + "uuid": "^14.0.0" } }, "node_modules/@ampproject/remapping": { @@ -4094,16 +4094,17 @@ } }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "dev": true, "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-compile-cache-lib": { diff --git a/package.json b/package.json index fdfd5df6..74030d08 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "tslint": "^6.1.3", "typedoc": "^0.26.2", "typescript": "^5.0.4", - "uuid": "^11.0.2" + "uuid": "^14.0.0" } }