diff --git a/package-lock.json b/package-lock.json index f64cb05..2af48b9 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.1" + "uuid": "^11.0.2" }, "devDependencies": { "@aws-appsync/utils": "^1.9.0", @@ -4959,9 +4959,9 @@ } }, "node_modules/uuid": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", - "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 15fd7b6..a349d73 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "jest": "^29.7.0" }, "dependencies": { - "uuid": "^11.0.1" + "uuid": "^11.0.2" } }