chore(deps): bump xterm from 3.14.0 to 3.14.1

Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/compare/3.14.0...3.14.1)
This commit is contained in:
dependabot-preview[bot] 2019-06-03 14:23:14 +00:00 committed by Fabian Freyer
parent 1e9500e16b
commit d09c665346
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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