From c2c294b90f274c02d04027768170f091aed6840d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:11:45 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 in /src/polyglot-notebooks 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/package-lock.json | 21 +++++++++++++-------- src/polyglot-notebooks/package.json | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/polyglot-notebooks/package-lock.json b/src/polyglot-notebooks/package-lock.json index 765520b3d5..d59edaf7c5 100644 --- a/src/polyglot-notebooks/package-lock.json +++ b/src/polyglot-notebooks/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "rxjs": "7.5.6", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" }, "devDependencies": { @@ -3785,11 +3785,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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": { @@ -6786,9 +6791,9 @@ } }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "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=" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/src/polyglot-notebooks/package.json b/src/polyglot-notebooks/package.json index 9f3c0c1a96..a7b7d2448e 100644 --- a/src/polyglot-notebooks/package.json +++ b/src/polyglot-notebooks/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "rxjs": "7.5.6", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" } } \ No newline at end of file