From 1e53ec1952e00943d86ac115b4399f234b350f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 19:14:25 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 14.0.0 in /ts Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 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/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ts/package-lock.json | 16 ++++++++++------ ts/package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ts/package-lock.json b/ts/package-lock.json index b1b61793..90cab5e4 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -14,7 +14,7 @@ "axios": "^1.13.5", "buffer": "^5.2.1", "debug": "^4.1.1", - "uuid": "^3.3.3", + "uuid": "^14.0.0", "vscode-jsonrpc": "^4.0.0" }, "devDependencies": { @@ -5216,12 +5216,16 @@ "dev": true }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { - "uuid": "bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vm-browserify": { diff --git a/ts/package.json b/ts/package.json index 5bdd66e1..7682758d 100644 --- a/ts/package.json +++ b/ts/package.json @@ -27,7 +27,7 @@ "axios": "^1.13.5", "buffer": "^5.2.1", "debug": "^4.1.1", - "uuid": "^3.3.3", + "uuid": "^14.0.0", "vscode-jsonrpc": "^4.0.0" }, "devDependencies": {