From 6f665e1897f908fd07833a656720f5afecdb483d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:08:14 +0000 Subject: [PATCH] Update dependency uuid to v11 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7cc3656..391a172 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "ts-jest": "^29.2.5", "tsx": "^3.14.0", "typescript": "^4.9.5", - "uuid": "^10.0.0" + "uuid": "^11.0.1" } } diff --git a/yarn.lock b/yarn.lock index 78f7792..a368470 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3954,10 +3954,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.1.tgz#a527e188c4c11a7ff5d139e59f229a9f90440669" + integrity sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ== v8-to-istanbul@^9.0.1: version "9.0.1"