From 3ea8edfc4bcc7f0e8b07ff2389542027b96b62f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 20:15:38 +0000 Subject: [PATCH] Update dependency uuid to v11 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f45abf503..97143e5f2c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "strip-bom": "^3.0.0", "tar-fs": "^1.16.0", "tar-stream": "^1.6.1", - "uuid": "^3.0.1", + "uuid": "^11.0.0", "v8-compile-cache": "^2.0.0", "validate-npm-package-license": "^3.0.4", "yn": "^2.0.0" diff --git a/yarn.lock b/yarn.lock index fe1b1cd3f8..82f061dda2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7522,7 +7522,12 @@ util@^0.10.3: dependencies: inherits "2.0.3" -uuid@^3.0.1, uuid@^3.1.0: +uuid@^11.0.0: + version "11.0.5" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62" + integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA== + +uuid@^3.1.0: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==