From b168fdbd21145cc5d8d9631e48c3fa7f1835d51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:51:12 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 in /src/polyglot-notebooks-browser 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] --- src/polyglot-notebooks-browser/package-lock.json | 14 +++++++++----- src/polyglot-notebooks-browser/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/polyglot-notebooks-browser/package-lock.json b/src/polyglot-notebooks-browser/package-lock.json index d2d33496fc..6c06c8cb5e 100644 --- a/src/polyglot-notebooks-browser/package-lock.json +++ b/src/polyglot-notebooks-browser/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/signalr": "7.0.7", "rxjs": "7.5.6", "tslib": "2.4.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" }, "devDependencies": { @@ -3020,12 +3020,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha1-gNW1ztJxu5r2xEXyGhoExgbO++I=", + "version": "14.0.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha1-CviDIgFj0mT/4MCE9riom5Zmlm0=", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/src/polyglot-notebooks-browser/package.json b/src/polyglot-notebooks-browser/package.json index 597c02d3e2..258d147573 100644 --- a/src/polyglot-notebooks-browser/package.json +++ b/src/polyglot-notebooks-browser/package.json @@ -32,7 +32,7 @@ "@microsoft/signalr": "7.0.7", "rxjs": "7.5.6", "tslib": "2.4.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" }, "devDependencies": {