From 9996bc64351a1ddcb772623f5a7d3313be12ffc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:25:01 +0000 Subject: [PATCH] build(deps): bump uuid in /src/microsoft-trydotnet-editor Bumps [uuid](https://github.com/uuidjs/uuid) from 14.0.1 to 14.0.2. - [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/v14.0.1...v14.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/microsoft-trydotnet-editor/package-lock.json | 9 +++++---- src/microsoft-trydotnet-editor/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/microsoft-trydotnet-editor/package-lock.json b/src/microsoft-trydotnet-editor/package-lock.json index e64a89978..9764cc94f 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.740304", "monaco-editor": "0.56.0", "rxjs": "7.8.2", - "uuid": "14.0.1" + "uuid": "14.0.2" }, "devDependencies": { "@testdeck/mocha": "^0.3.3", @@ -4465,13 +4465,14 @@ "dev": true }, "node_modules/uuid": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", - "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist-node/bin/uuid" } diff --git a/src/microsoft-trydotnet-editor/package.json b/src/microsoft-trydotnet-editor/package.json index 8b695d4c6..d97d178c9 100644 --- a/src/microsoft-trydotnet-editor/package.json +++ b/src/microsoft-trydotnet-editor/package.json @@ -56,7 +56,7 @@ "@microsoft/polyglot-notebooks": "1.0.740304", "monaco-editor": "0.56.0", "rxjs": "7.8.2", - "uuid": "14.0.1" + "uuid": "14.0.2" }, "mocha": { "ui": "bdd",