diff --git a/hexagonal-architectures/package-lock.json b/hexagonal-architectures/package-lock.json index 83766a11ae..593972a18e 100644 --- a/hexagonal-architectures/package-lock.json +++ b/hexagonal-architectures/package-lock.json @@ -14,7 +14,7 @@ "prettier": "^3.4.2", "source-map-support": "^0.5.21", "ts-json-object": "^0.4.1", - "uuid": "^11.0.4" + "uuid": "^11.0.5" }, "bin": { "serverless-typescript-demo": "bin/serverless-typescript-demo.js" @@ -6692,9 +6692,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" @@ -12249,9 +12249,9 @@ } }, "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==" }, "v8-to-istanbul": { "version": "8.1.1", diff --git a/hexagonal-architectures/package.json b/hexagonal-architectures/package.json index 89b7cceef9..eafe118853 100644 --- a/hexagonal-architectures/package.json +++ b/hexagonal-architectures/package.json @@ -31,6 +31,6 @@ "prettier": "^3.4.2", "source-map-support": "^0.5.21", "ts-json-object": "^0.4.1", - "uuid": "^11.0.4" + "uuid": "^11.0.5" } }