From e9562c36fb172ba535d9a0e987ccdcd613c25758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:14:31 +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 34ca2c4e13a..1f411592b35 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 34ca2c4e13a3aee1a735f3768e91dfe496997f7a +Subproject commit 1f411592b3552b43faf381618cc4cd69a311ca0f diff --git a/package.json b/package.json index 20803b86e7c..34d906a07f9 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" },