From 79f5f68f09c1c3871763468a10aa79e4950a4d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 00:05:11 +0000 Subject: [PATCH] Bump xterm from 5.1.0 to 5.2.0 in /client Bumps [xterm](https://github.com/xtermjs/xterm.js) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: xterm dependency-type: direct:production update-type: version-update:semver-minor ... 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 83f88bc..c1dd2f8 100644 --- a/client/package.json +++ b/client/package.json @@ -22,7 +22,7 @@ "sass": "^1.63.2", "socket.io-client": "^4.6.2", "uuid": "^9.0.0", - "xterm": "^5.1.0", + "xterm": "^5.2.0", "xterm-addon-fit": "^0.7.0" }, "devDependencies": { diff --git a/client/yarn.lock b/client/yarn.lock index 8972d43..6cef477 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2114,10 +2114,10 @@ xterm-addon-fit@^0.7.0: resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.7.0.tgz#b8ade6d96e63b47443862088f6670b49fb752c6a" integrity sha512-tQgHGoHqRTgeROPnvmtEJywLKoC/V9eNs4bLLz7iyJr1aW/QFzRwfd3MGiJ6odJd9xEfxcW36/xRU47JkD5NKQ== -xterm@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.1.0.tgz#3e160d60e6801c864b55adf19171c49d2ff2b4fc" - integrity sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ== +xterm@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.2.0.tgz#7e716bbe448ecef0ea387586c59fbc51a08f9125" + integrity sha512-C1NXTZYfXPTXzF7uw7Ao6/IFGrtAkHv4e/PCQRpgYHyMobvaRs3nJNGK32hX/skdMUQJ6yhSnyzfmWCQwG9qvg== yallist@^3.0.2: version "3.1.1" -- 2.47.2