diff --git a/package-lock.json b/package-lock.json index 9118a9c..52d4f8b 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.4" + "uuid": "^11.0.5" }, "devDependencies": { "@aws-appsync/utils": "^1.12.0", @@ -4946,9 +4946,9 @@ } }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 5bf6e43..32c8fe9 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "jest": "^29.7.0" }, "dependencies": { - "uuid": "^11.0.4" + "uuid": "^11.0.5" } }