chore(deps): bump xterm from 3.13.0 to 3.13.1

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-17 08:04:32 +00:00 committed by Fabian Freyer
parent f59099e278
commit b00df60f8a
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.13.0", "version": "3.13.1",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-3.13.0.tgz", "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.13.1.tgz",
"integrity": "sha512-FZVmvkkbkky3zldJ2NNOZ9h8jirtbGTlF4sIKMDrejR4wPsVZ3o4F++DQVkdeZqjAwtNOMoR17PMSOTZ+h070g==" "integrity": "sha512-QtQjqZ3JVgIQHK6cBKIGSHY36dNs15nQ5+w8i5Pxg5I6nYGyg5HJT79xZyLiZhOoIet00fUQvVXArrOM2R9WNw=="
} }
} }
} }

View File

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