chore(deps): bump xterm from 3.14.1 to 3.14.4

Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.14.1 to 3.14.4.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/compare/3.14.1...3.14.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-27 07:35:30 +00:00 committed by Fabian Freyer
parent f7773a7fef
commit 2609425f68
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3,9 +3,9 @@
"lockfileVersion": 1, "lockfileVersion": 1,
"dependencies": { "dependencies": {
"xterm": { "xterm": {
"version": "3.14.1", "version": "3.14.4",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.1.tgz", "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.4.tgz",
"integrity": "sha512-T6ZPbOXoow1V6LPnmj+wQZrKOscbQFk2we9oPmal56ArdpCJPasyb+6DxgIkBaf56Pw1ariw/dN03OLMC4A9jQ==" "integrity": "sha512-3YHVyWuiYWMRpVdVavnpG7hZU3ybHPUEDy7x4mUIxMaRVYy75ZniPVTzJiD1D4EqYrbwY+DmBgP1h18X6GlOOw=="
} }
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"dependencies": { "dependencies": {
"xterm": "^3.14.1" "xterm": "^3.14.4"
} }
} }