diff --git a/hexagonal-architectures/package-lock.json b/hexagonal-architectures/package-lock.json index 9ae80e4609..2308953ec6 100644 --- a/hexagonal-architectures/package-lock.json +++ b/hexagonal-architectures/package-lock.json @@ -14,7 +14,7 @@ "prettier": "^2.8.8", "source-map-support": "^0.5.21", "ts-json-object": "^0.4.0", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "bin": { "serverless-typescript-demo": "bin/serverless-typescript-demo.js" @@ -6412,9 +6412,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -11814,9 +11818,9 @@ } }, "uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, "v8-to-istanbul": { "version": "8.1.1", diff --git a/hexagonal-architectures/package.json b/hexagonal-architectures/package.json index 59741c8d14..d28f7d17e3 100644 --- a/hexagonal-architectures/package.json +++ b/hexagonal-architectures/package.json @@ -31,6 +31,6 @@ "prettier": "^2.8.8", "source-map-support": "^0.5.21", "ts-json-object": "^0.4.0", - "uuid": "^9.0.0" + "uuid": "^9.0.1" } }