From 260d9f59da2b352483ea41201f288cfd9fcad76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:26:56 +0000 Subject: [PATCH] Bump uuid from 11.1.1 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.1 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/v11.1.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c2d0ad5..b6b51bb 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "tcp-port-used": "^1.0.2", "tmp": "0.0.33", "tmp-promise": "1.0.5", - "uuid": "^11.0.0", + "uuid": "^14.0.0", "winston": "^3.2.1" } } diff --git a/yarn.lock b/yarn.lock index f227cef..4ce075c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -304,7 +304,7 @@ tmp "0.0.33" tmp-promise "1.0.5" tslib "^2.8.1" - uuid "^11.0.0" + uuid "^14.0.0" winston "^3.2.1" "@sindresorhus/is@^0.7.0": @@ -4907,10 +4907,10 @@ utils-merge@1.0.1: resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== -uuid@^11.0.0: - version "11.1.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.1.tgz#f6d81d2e1c65d00762e5e29b16c5d2d995e208ad" - integrity sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ== +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== uuid@^3.3.2: version "3.4.0"