diff --git a/package.json b/package.json index 7a7d021f..fe69feb3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/core": "2.0.3", "@actions/exec": "2.0.0", "@types/uuid": "9.0.7", - "uuid": "9.0.1" + "uuid": "11.1.1" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/yarn.lock b/yarn.lock index a2305fec..6be8028b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3801,10 +3801,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" - integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== +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== v8-to-istanbul@^9.0.1: version "9.2.0"