From 6f31b7b6cd651ab4f34fcfe76ed03596cf36ff66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:10:17 +0000 Subject: [PATCH] Bump uuid from 11.0.3 to 14.0.0 in /client-node-tests Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 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.3...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client-node-tests/package-lock.json | 10 +++++----- client-node-tests/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client-node-tests/package-lock.json b/client-node-tests/package-lock.json index 29c5cd10e..753e5e485 100644 --- a/client-node-tests/package-lock.json +++ b/client-node-tests/package-lock.json @@ -23,7 +23,7 @@ "find-process": "^1.4.7", "glob": "^11.1.0", "sinon": "^19.0.2", - "uuid": "^11.0.3" + "uuid": "^14.0.0" }, "engines": { "vscode": "^1.91.0" @@ -1175,9 +1175,9 @@ "dev": true }, "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": "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", @@ -1185,7 +1185,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vscode-jsonrpc": { diff --git a/client-node-tests/package.json b/client-node-tests/package.json index ae2a9f9e1..3e26c2a2d 100644 --- a/client-node-tests/package.json +++ b/client-node-tests/package.json @@ -44,7 +44,7 @@ "find-process": "^1.4.7", "glob": "^11.1.0", "sinon": "^19.0.2", - "uuid": "^11.0.3" + "uuid": "^14.0.0" }, "enabledApiProposals": [] }