From 06865dd74ab5783c7c826f3e1ee09c598bc41a1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:00:19 +0000 Subject: [PATCH] Update dependency uuid to v11 [SECURITY] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b3bd540..c89341d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-router": "^5.1.2", "react-router-dom": "^5.0.1", "shortid": "^2.2.14", - "uuid": "^3.3.3" + "uuid": "^11.0.0" }, "peerDependencies": { "react": "^16.8.6", diff --git a/yarn.lock b/yarn.lock index 84acb8b..88ed45b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7322,7 +7322,12 @@ util@^0.10.3: dependencies: inherits "2.0.3" -uuid@^3.3.2, uuid@^3.3.3: +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@^3.3.2: version "3.3.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==