From 2e6ac472e0ca891b683d3afb8faa7df323b150f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:37:34 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e34897059..38ec9fa56 100644 --- a/package.json +++ b/package.json @@ -4521,7 +4521,7 @@ "vscode-tas-client": "^0.1.45", "which": "~2.0.2", "xml2js": "^0.5.0", - "uuid": "~8.3.2", + "uuid": "~14.0.0", "lodash": "^4.18.1" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 2e3184a5a..a0e8d3845 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7762,11 +7762,16 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -uuid@^8.3.0, uuid@~8.3.2: +uuid@^8.3.0: version "8.3.2" resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/uuid/-/uuid-8.3.2.tgz" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== +uuid@~14.0.0: + version "14.0.0" + resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha1-CviDIgFj0mT/4MCE9riom5Zmlm0= + v8flags@^3.2.0: version "3.2.0" resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/v8flags/-/v8flags-3.2.0.tgz"