Skip to content

Commit

Permalink
Merge pull request #344 from joshuawilson/fix-dependency-vulnerability
Browse files Browse the repository at this point in the history
fix npm dependency vulnerability
  • Loading branch information
JPinkney authored Aug 13, 2020
2 parents 4424231 + d30fc27 commit b304d34
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 41 deletions.
179 changes: 141 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@
"@types/node": "^6.0.52",
"@types/vscode": "^1.31.0",
"eslint-plugin-prettier": "^3.1.3",
"mocha": "^8.0.1",
"glob": "^7.1.6",
"mocha": "^8.1.1",
"ts-node": "^3.3.0",
"typescript": "3.5.1",
"vscode-test": "^1.4.0",
"glob": "^7.1.6"
"vscode-test": "^1.4.0"
},
"dependencies": {
"vscode-languageclient": "5.2.1",
Expand Down

0 comments on commit b304d34

Please sign in to comment.