diff --git a/package-lock.json b/package-lock.json index 8f028b0..8300671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@aws-appsync/utils": "^1.10.1", @@ -4946,9 +4946,9 @@ } }, "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 63d00ca..4d90d5c 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "jest": "^29.7.0" }, "dependencies": { - "uuid": "^11.0.2" + "uuid": "^11.0.3" } }