From 3dbd1c0cb0c65ce20d08a10ba4c5242f63116b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:17:29 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 9.0.1 in /app 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] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 359aac68..22bf146f 100644 --- a/app/package.json +++ b/app/package.json @@ -39,7 +39,7 @@ "semver": "7.5.4", "shell-env": "3.0.1", "sudo-prompt": "^9.2.1", - "uuid": "9.0.0" + "uuid": "9.0.1" }, "optionalDependencies": { "native-reg": "1.1.1" diff --git a/app/yarn.lock b/app/yarn.lock index 1ceb2728..9d3c4c6f 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1161,10 +1161,10 @@ util@^0.12.0: is-typed-array "^1.1.3" which-typed-array "^1.1.2" -uuid@9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== +uuid@9.0.1: + version "9.0.1" + resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== which-typed-array@^1.1.2: version "1.1.9"