update deps

This commit is contained in:
silverwind 2020-09-20 17:03:54 +02:00
parent 61412f8680
commit 676dc6272f
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 3 additions and 1 deletions

@ -32,7 +32,7 @@
"eslint": "7.9.0",
"eslint-config-silverwind": "18.0.9",
"execa": "4.0.3",
"fetch-enhanced": "2.3.1",
"fetch-enhanced": "4.0.0",
"hosted-git-info": "3.0.5",
"jest": "26.4.2",
"jest-extended": "0.11.5",

@ -424,6 +424,8 @@ function finish(obj, opts = {}) {
}
}
fetchEnhanced.destroyAgents();
if (args["error-on-outdated"]) {
exit(Object.keys(deps).length ? 2 : 0);
} else if (args["error-on-unchanged"]) {