From af5fffc7e883840cd8ef4cfc14ae737c279cb96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:56:39 +0000 Subject: [PATCH] build(deps): bump the xterm group with 2 updates Bumps the xterm group with 2 updates: [xterm](https://github.com/xtermjs/xterm.js) and [xterm-addon-canvas](https://github.com/xtermjs/xterm.js). Updates `xterm` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.1.0...5.3.0) Updates `xterm-addon-canvas` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.4...0.5) --- updated-dependencies: - dependency-name: xterm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xterm - dependency-name: xterm-addon-canvas dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xterm ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules b/node_modules index 070077a25..917774038 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 070077a25df1550baee2b7cd16c206fb4db2f0b2 +Subproject commit 91777403895b6ce0372fdf3ce516664e5eb204a6 diff --git a/package.json b/package.json index 3890623f1..f3f748ed3 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "throttle-debounce": "5.0.0", - "xterm": "5.1.0", - "xterm-addon-canvas": "0.4.0" + "xterm": "5.3.0", + "xterm-addon-canvas": "0.5.0" } }