From fb36118c4a839d1423eb84e2e749fb3e8bc9b6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 05:12:33 +0000 Subject: [PATCH] Bump uuid from 7.0.3 to 9.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v7.0.3...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules b/node_modules index eef33b638f7b..dd3c9fe21c37 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit eef33b638f7bb1ae86e3a28c1ca3afec88fb3537 +Subproject commit dd3c9fe21c37782278546bb1502e9dcabc49af84 diff --git a/package.json b/package.json index 7db6cb965d20..0fb6786ce115 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-dom": "18.2.0", "remarkable": "2.0.1", "throttle-debounce": "5.0.0", - "uuid": "7.0.3", + "uuid": "9.0.1", "xterm": "5.3.0", "xterm-addon-canvas": "0.5.0" },