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": [] }