From 11c1fd242aa8b0ef7191a226c1c0c7a9decf4b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 08:11:37 +0000 Subject: [PATCH] chore(deps): bump uuid from 3.3.2 to 9.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.2 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b4568ee55..788bf47ea6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "reselect": "^3.0.1", "rxjs": "^6.6.3", "typeface-roboto": "^0.0.75", - "uuid": "^3.3.2" + "uuid": "^9.0.0" }, "scripts": { "start": "yarn verifyCacheVersion && d2-app-scripts start", diff --git a/yarn.lock b/yarn.lock index 920d0bea0d..09d18fcb61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16576,6 +16576,11 @@ uuid@^3.0.1, uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" +uuid@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" + integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== + v8-compile-cache@^2.0.3: version "2.1.0" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"