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

Commit

Permalink
fix(deps): pin dependency execa to 4.0.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 5, 2020
1 parent da85926 commit 47ca6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"execa": "^4.0.0",
"execa": "4.0.0",
"get-port": "5.1.1",
"vscode-languageclient": "6.1.0"
}
Expand Down

0 comments on commit 47ca6e4

Please sign in to comment.