From ef834b60367ea884ab27ef5378d811835c124e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:48:51 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 in /.github/actions 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] --- .github/actions/package-lock.json | 14 +++++++++----- .github/actions/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index bf90e80b0..260ea3810 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -14,7 +14,7 @@ "@slack/web-api": "^6.9.1", "applicationinsights": "^2.5.1", "axios": "^1.15.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@azure/storage-blob": "^12.13.0", @@ -5936,12 +5936,16 @@ } }, "node_modules/uuid": { - "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": "sha1-gNW1ztJxu5r2xEXyGhoExgbO++I=", + "version": "14.0.0", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/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/.github/actions/package.json b/.github/actions/package.json index ed71c72c8..622bbcd89 100644 --- a/.github/actions/package.json +++ b/.github/actions/package.json @@ -16,7 +16,7 @@ "@slack/web-api": "^6.9.1", "applicationinsights": "^2.5.1", "axios": "^1.15.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@azure/storage-blob": "^12.13.0",