From 05dd10156c2a0575f8289aa71a5ca50428766c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:48:09 +0000 Subject: [PATCH] Bump uuid from 11.0.2 to 11.0.4 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.4. - [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.0.2...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... 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 87d22cb..ff3609b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@aws-sdk/client-s3": "^3.721.0", "@aws-sdk/lib-storage": "^3.717.0", "ansi-styles": "^6.2.1", - "uuid": "^11.0.2" + "uuid": "^11.0.4" }, "devDependencies": { "@actions/glob": "^0.5.0", diff --git a/yarn.lock b/yarn.lock index cd1b788..73c982e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3960,10 +3960,10 @@ util-deprecate@^1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -uuid@^11.0.2: - version "11.0.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875" - integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ== +uuid@^11.0.4: + version "11.0.4" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.4.tgz#37943977894ef806d2919a7ca3f89d6e23c60bac" + integrity sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg== uuid@^9.0.1: version "9.0.1"