Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Update dependency execa to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2020
1 parent 86f527c commit be6d874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Expand Up @@ -3,7 +3,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"execa": "4.0.0",
"execa": "4.0.1",
"get-port": "5.1.1",
"vscode-languageclient": "6.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -192,7 +192,7 @@
"@typescript-eslint/parser": "2.31.0",
"coveralls": "3.1.0",
"eslint": "7.0.0",
"execa": "4.0.0",
"execa": "4.0.1",
"husky": "4.2.5",
"jest": "26.0.1",
"prettier": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Expand Up @@ -3,7 +3,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"execa": "4.0.0",
"execa": "4.0.1",
"typescript": "3.8.3",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.1",
Expand Down

0 comments on commit be6d874

Please sign in to comment.