From 5be8ba48ec58dd4c7d4d103108affdc1f9ceadf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 08:34:24 +0000 Subject: [PATCH] Bump xterm from 4.15.0 to 4.16.0 Bumps [xterm](https://github.com/xtermjs/xterm.js) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/4.15.0...4.16.0) --- updated-dependencies: - dependency-name: xterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0da52c4..ad8f3815 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "stylis": "3.5.4", "uuid": "8.3.2", "webpack-cli": "4.9.1", - "xterm": "^4.15.0", + "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0", "xterm-addon-ligatures": "^0.5.1", "xterm-addon-search": "^0.8.2", diff --git a/yarn.lock b/yarn.lock index 97d943a5..921133cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7872,10 +7872,10 @@ xterm-addon-webgl@^0.11.4: resolved "https://registry.npmjs.org/xterm-addon-webgl/-/xterm-addon-webgl-0.11.4.tgz#e22f3ec0cafca3d4adcabb89bb7c16efaaf3c8db" integrity sha512-/a/VFeftc+etGXQYWaaks977j1P7/wickBXn15zDxZzXYYMT9RN17ztqyIDVLXg9krtg28+icKK6lvgIYghJ0w== -xterm@^4.15.0: - version "4.15.0" - resolved "https://registry.npmjs.org/xterm/-/xterm-4.15.0.tgz#e52038507eba7e0d36d47f81e29fe548c82b9561" - integrity sha512-Ik1GoSq1yqKZQ2LF37RPS01kX9t4TP8gpamUYblD09yvWX5mEYuMK4CcqH6+plgiNEZduhTz/UrcaWs97gOlOw== +xterm@^4.16.0: + version "4.16.0" + resolved "https://registry.npmjs.org/xterm/-/xterm-4.16.0.tgz#af25223c72917438842121e1bcd1b60ffd7e8476" + integrity sha512-nAbuigL9CYkI075mdfqpnB8cHZNKxENCj1CQ9Tm5gSvWkMtkanmRN2mkHGjSaET1/3+X9BqISFFo7Pd2mXVjiQ== y18n@^5.0.5: version "5.0.5"