Fix dependencies (#4037)

* `npm audit fix`, which resolved a bunch of security vulnerabilities
* `npm install --save winston-transport`, which was an undeclared dependency
This commit is contained in:
Jason Fields 2019-09-03 17:12:22 -04:00 committed by GitHub
parent 217f343e7e
commit d3355520dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 831 additions and 843 deletions

1671
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -752,7 +752,8 @@
"neovim": "4.5.0",
"untildify": "4.0.0",
"winston": "3.2.1",
"winston-console-for-electron": "0.0.6"
"winston-console-for-electron": "0.0.6",
"winston-transport": "4.3.0"
},
"devDependencies": {
"@types/diff": "4.0.2",