From 17b06121357fcdca805e1fa7a416d7aac294b14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 06:37:39 +0000 Subject: [PATCH] Chore(deps): 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a69d46ab..e28c64056 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "validate": "yarn lint:check && yarn format --check && yarn build && yarn test && yarn lint:package" }, "dependencies": { - "uuid": "^11.1.1", + "uuid": "^14.0.0", "jose": "^4.13.2", "auth0-legacy": "npm:auth0@^4.27.0" }, diff --git a/yarn.lock b/yarn.lock index 3fe97d853..04bb5f135 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3971,10 +3971,10 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -uuid@^11.1.1: - 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@^9.0.0: version "9.0.1"