Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
npm audit fix
, to fix security vulnerabilities:Running
npm install
would give this warning:This updated
lodash
from 4.17.11 to 4.17.15.jsonc-parser
vscode-nls
Both of these were already included as dependencies in other packages,
but without explicit mention in package.json, the
installServerIntoExtension
script didn't pick up on them.Updated dependencies (only for minor and non-breaking changes) to get their newest bug fixes:
vscode-json-languageservice
from 3.2.0 to 3.3.0vscode-uri
from 2.0.2 to 2.0.3prettier
from 1.17.1 to 1.18.2@types/prettier
from 1.13.2 to 1.18.0coveralls
from 3.0.3 to 3.0.5source-map-support
from 0.5.4 to 0.5.12tslint
from 5.17.0 to 5.18.0typescript-tslint-plugin
from 0.4.0 to 0.5.4typescript
from 3.5.1 to 3.5.3Dependencies left not updated:
@types/mocha
is 2.2.48, newest is 5.2.7 (should be updated withmocha
)mocha
is 5.0.4, newest is 6.2.0 (has breaking changes)@types/node
is 9.6.6, newest is 12.6.8 (unsure if useful)