chore(deps): bump xterm from 3.12.2 to 3.13.0

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-10 07:54:18 +00:00 committed by Fabian Freyer
parent 10cf1a5711
commit f59099e278
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.12.2",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-3.12.2.tgz",
"integrity": "sha512-FSXovDdsqIKqoayC6+zFzhaHi+A3NSceM5rgTW88DH7sS96HdwMToB2p1rW+FyNsSqfAgFwlXDRQk+fh/aHvPQ=="
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-3.13.0.tgz",
"integrity": "sha512-FZVmvkkbkky3zldJ2NNOZ9h8jirtbGTlF4sIKMDrejR4wPsVZ3o4F++DQVkdeZqjAwtNOMoR17PMSOTZ+h070g=="
}
}
}

View File

@ -1,5 +1,5 @@
{
"dependencies": {
"xterm": "^3.12.2"
"xterm": "^3.13.0"
}
}