Skip to content

Commit

Permalink
chore: update execa dependency to 2.1.0 (#147)
Browse files Browse the repository at this point in the history
Update execa dependency to 2.1.0 in package-lock.json. Without this
change, tests will fail when run with Node.js 13.x-pre and may fail when
13.0.0 is released in 13 days.
  • Loading branch information
Trott authored and shellscape committed Oct 10, 2019
1 parent d221504 commit 264e15a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 25 deletions.
62 changes: 38 additions & 24 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"execa": "^2.0.4",
"execa": "^2.1.0",
"globby": "^10.0.1",
"husky": "^3.0.0",
"lint-staged": "^9.0.2",
Expand Down

0 comments on commit 264e15a

Please sign in to comment.