From 162bcbec1a1efd83027612d5aeb0cf906040362f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:11:11 +0000 Subject: [PATCH] chore(deps): bump uuid in /src/microsoft-trydotnet-editor Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.0 to 13.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/v7.0.0...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 21 +++++++++++-------- src/microsoft-trydotnet-editor/package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/microsoft-trydotnet-editor/package-lock.json b/src/microsoft-trydotnet-editor/package-lock.json index dbd34739b..c603536df 100644 --- a/src/microsoft-trydotnet-editor/package-lock.json +++ b/src/microsoft-trydotnet-editor/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/polyglot-notebooks": "1.0.441801", "monaco-editor": "0.33.0", "rxjs": "7.8.2", - "uuid": "7.0.0" + "uuid": "13.0.0" }, "devDependencies": { "@testdeck/mocha": "^0.3.3", @@ -4605,12 +4605,15 @@ "dev": true }, "node_modules/uuid": { - "version": "7.0.0", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/uuid/-/uuid-7.0.0.tgz", - "integrity": "sha1-GDPUuc5QtzK/qicfnLdOl00wPHk=", - "license": "MIT", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -8328,9 +8331,9 @@ "dev": true }, "uuid": { - "version": "7.0.0", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/uuid/-/uuid-7.0.0.tgz", - "integrity": "sha1-GDPUuc5QtzK/qicfnLdOl00wPHk=" + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/src/microsoft-trydotnet-editor/package.json b/src/microsoft-trydotnet-editor/package.json index 45ef90761..d524e142c 100644 --- a/src/microsoft-trydotnet-editor/package.json +++ b/src/microsoft-trydotnet-editor/package.json @@ -56,7 +56,7 @@ "@microsoft/polyglot-notebooks": "1.0.441801", "monaco-editor": "0.33.0", "rxjs": "7.8.2", - "uuid": "7.0.0" + "uuid": "13.0.0" }, "mocha": { "ui": "bdd",