chore(deps): bump xterm from 3.14.4 to 3.14.5

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-11 09:47:15 +00:00 committed by Fabian Freyer
parent 105caf2b91
commit a29a9d80d1
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.4", "version": "3.14.5",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.4.tgz", "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.5.tgz",
"integrity": "sha512-3YHVyWuiYWMRpVdVavnpG7hZU3ybHPUEDy7x4mUIxMaRVYy75ZniPVTzJiD1D4EqYrbwY+DmBgP1h18X6GlOOw==" "integrity": "sha512-DVmQ8jlEtL+WbBKUZuMxHMBgK/yeIZwkXB81bH+MGaKKnJGYwA+770hzhXPfwEIokK9On9YIFPRleVp/5G7z9g=="
} }
} }
} }

View File

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