diff --git a/package-lock.json b/package-lock.json index f425af6..e4019cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/http-client": "2.2.3", "smol-toml": "1.3.0", "unzipper": "0.12.3", - "uuid": "11.0.2" + "uuid": "11.0.3" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -2676,9 +2676,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index e4db643..b810232 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "@actions/http-client": "2.2.3", "smol-toml": "1.3.0", "unzipper": "0.12.3", - "uuid": "11.0.2" + "uuid": "11.0.3" } }