Skip to content

Commit

Permalink
build(deps): bump xterm from 3.12.0 to 3.12.2 (#777)
Browse files Browse the repository at this point in the history
* build(deps): bump xterm from 3.12.0 to 3.12.2

Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.12.0 to 3.12.2.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@3.12.0...3.12.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update the web-multi-logger package too
  • Loading branch information
dependabot[bot] authored and malept committed Apr 15, 2019
1 parent fa35f96 commit 8359a4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.1",
"xterm": "^3.3.0",
"xterm": "^3.12.2",
"yarn-or-npm": "^2.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/web-multi-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"express": "4.16.4",
"express-ws": "^4.0.0",
"xterm": "^3.3.0"
"xterm": "^3.12.2"
},
"engines": {
"node": ">= 6.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8847,10 +8847,10 @@ xtend@~2.1.1:
dependencies:
object-keys "~0.4.0"

xterm@^3.3.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.12.0.tgz#74cc54013140cf0fd38a05a0d5d49e013e8a53bd"
integrity sha512-U5w1NJdrqAtnNju4W05uOxLzNgMD1sk0AnIkZ//Wa7xRdQTi9Dl1qkPdAaxWJ1a7A8xzNM4ogrX/4oSVl15qOw==
xterm@^3.12.2:
version "3.12.2"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.12.2.tgz#ec8563857c7b098973bab4dbf537f1a7c6a790c8"
integrity sha512-FSXovDdsqIKqoayC6+zFzhaHi+A3NSceM5rgTW88DH7sS96HdwMToB2p1rW+FyNsSqfAgFwlXDRQk+fh/aHvPQ==

"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 8359a4f

Please sign in to comment.