From cde835c02af5f588a3d75a11bf37789f6f94431c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:47:24 +0000 Subject: [PATCH] chore(deps): bump uuid from 9.0.0 to 9.0.1 in /hexagonal-architectures Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hexagonal-architectures/package-lock.json | 18 +++++++++++------- hexagonal-architectures/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) 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" } }