From 41338e00b966e0bb4234f3b481578b2b5a3c71dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:36:18 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 9.0.1 in /client 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] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 6cbdf93..e72caf5 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react-transition-group": "^4.4.5", "sass": "^1.66.1", "socket.io-client": "^4.7.2", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0" }, diff --git a/client/yarn.lock b/client/yarn.lock index 620ac46..5cb7791 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2255,10 +2255,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -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== +uuid@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== vite@^4.4.9: version "4.4.9" -- 2.47.2