Skip to content

Commit 94c2252

Browse files
chore: bump xterm, xterm-addon-fit and xterm-addon-web-links in /site
Bumps [xterm](https://github.com/xtermjs/xterm.js), [xterm-addon-fit](https://github.com/xtermjs/xterm.js) and [xterm-addon-web-links](https://github.com/xtermjs/xterm.js). These dependencies needed to be updated together. Updates `xterm` from 4.19.0 to 5.1.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@4.19.0...5.1.0) Updates `xterm-addon-fit` from 0.5.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.5...0.7) Updates `xterm-addon-web-links` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.6...0.8) --- updated-dependencies: - dependency-name: xterm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: xterm-addon-fit dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xterm-addon-web-links dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea03c72 commit 94c2252

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

site/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"uuid": "9.0.0",
9494
"vite": "4.3.0",
9595
"xstate": "4.37.2",
96-
"xterm": "4.19.0",
97-
"xterm-addon-fit": "0.5.0",
98-
"xterm-addon-web-links": "0.6.0",
96+
"xterm": "5.1.0",
97+
"xterm-addon-fit": "0.7.0",
98+
"xterm-addon-web-links": "0.8.0",
9999
"yup": "0.32.11"
100100
},
101101
"devDependencies": {

site/yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -12066,20 +12066,20 @@ xtend@^4.0.0, xtend@~4.0.1:
1206612066
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
1206712067
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
1206812068

12069-
xterm-addon-fit@0.5.0:
12070-
version "0.5.0"
12071-
resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.5.0.tgz#2d51b983b786a97dcd6cde805e700c7f913bc596"
12072-
integrity sha512-DsS9fqhXHacEmsPxBJZvfj2la30Iz9xk+UKjhQgnYNkrUIN5CYLbw7WEfz117c7+S86S/tpHPfvNxJsF5/G8wQ==
12069+
xterm-addon-fit@0.7.0:
12070+
version "0.7.0"
12071+
resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.7.0.tgz#b8ade6d96e63b47443862088f6670b49fb752c6a"
12072+
integrity sha512-tQgHGoHqRTgeROPnvmtEJywLKoC/V9eNs4bLLz7iyJr1aW/QFzRwfd3MGiJ6odJd9xEfxcW36/xRU47JkD5NKQ==
1207312073

12074-
xterm-addon-web-links@0.6.0:
12075-
version "0.6.0"
12076-
resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.6.0.tgz#0296cb6c99588847894670d998c9ea6a6aeb26ee"
12077-
integrity sha512-H6XzjWWZu8FBo+fnYpxdPk9w5M6drbsvwPEJZGRS38MihiQaVFpKlCMKdfRgDbKGE530tw1yH54rhpZfHgt2/A==
12074+
xterm-addon-web-links@0.8.0:
12075+
version "0.8.0"
12076+
resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.8.0.tgz#2cb1d57129271022569208578b0bf4774e7e6ea9"
12077+
integrity sha512-J4tKngmIu20ytX9SEJjAP3UGksah7iALqBtfTwT9ZnmFHVplCumYQsUJfKuS+JwMhjsjH61YXfndenLNvjRrEw==
1207812078

12079-
xterm@4.19.0:
12080-
version "4.19.0"
12081-
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.19.0.tgz#c0f9d09cd61de1d658f43ca75f992197add9ef6d"
12082-
integrity sha512-c3Cp4eOVsYY5Q839dR5IejghRPpxciGmLWWaP9g+ppfMeBChMeLa1DCA+pmX/jyDZ+zxFOmlJL/82qVdayVoGQ==
12079+
xterm@5.1.0:
12080+
version "5.1.0"
12081+
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.1.0.tgz#3e160d60e6801c864b55adf19171c49d2ff2b4fc"
12082+
integrity sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==
1208312083

1208412084
y18n@^5.0.5:
1208512085
version "5.0.8"

0 commit comments

Comments
 (0)