From 501037113f4ecf493255733f32426e94eb762ea8 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20803b86e7c9..34d906a07f9d 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" },