Skip to content

Commit

Permalink
build(deps): bump xterm from 4.8.1 to 4.9.0 (#1956)
Browse files Browse the repository at this point in the history
* build(deps): bump xterm from 4.8.1 to 4.9.0

Bumps [xterm](https:/xtermjs/xterm.js) from 4.8.1 to 4.9.0.
- [Release notes](https:/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@4.8.1...4.9.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 9, 2020
1 parent a21d9d3 commit be2deb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.1.3",
"which": "^2.0.2",
"xterm": "^4.8.1",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-search": "^0.7.0",
"yarn-or-npm": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/web-multi-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"express": "^4.17.1",
"express-ws": "^4.0.0",
"xterm": "^4.8.1",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-search": "^0.7.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10316,10 +10316,10 @@ xterm-addon-search@^0.7.0:
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.7.0.tgz#c929d3e5cbb335e82bff72f158ea82936d9cd4ef"
integrity sha512-6060evmJJ+tZcjnx33FXaeEHLpuXEa7l9UzUsYfMlCKbu88AbE+5LJocTKCHYd71cwCwb9pjmv/G1o9Rf9Zbcg==

xterm@^4.8.1:
version "4.8.1"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.8.1.tgz#155a1729a43e1a89b406524e22c5634339e39ca1"
integrity sha512-ax91ny4tI5eklqIfH79OUSGE2PUX2rGbwONmB6DfqpyhSZO8/cf++sqiaMWEVCMjACyMfnISW7C3gGMoNvNolQ==
xterm@^4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.9.0.tgz#7a4c097a433d565339b5533b468bbc60c6c87969"
integrity sha512-wGfqufmioctKr8VkbRuZbVDfjlXWGZZ1PWHy1yqqpGT3Nm6yaJx8lxDbSEBANtgaiVPTcKSp97sxOy5IlpqYfw==

y18n@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit be2deb8

Please sign in to comment.