Merge pull request #4550 from eed3si9n/wip/jsbump

Bump node modules for security fixes
This commit is contained in:
eugene yokota 2019-02-22 10:55:05 -05:00 committed by GitHub
commit f99289a797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 422 additions and 628 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "vscode-sbt-scala",
"displayName": "Scala (sbt)",
"version": "0.2.3",
"version": "0.2.4",
"author": "Lightbend, Inc.",
"license": "BSD-3-Clause",
"publisher": "lightbend",
@ -52,8 +52,8 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"dependencies": {
"vscode": "^1.1.21",
"vscode-languageclient": "^3.4.2",
"vscode": "^1.1.30",
"vscode-languageclient": "^3.5.1",
"hoek": "^4.2.1"
}
}

View File

@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"vscode-languageserver": "^3.4.2"
"vscode-languageserver": "^3.5.1"
},
"scripts": {
"installServer": "installServerIntoExtension ../client ./package.json ./tsconfig.json",