Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
  • Loading branch information
snyk-bot committed Jul 31, 2022
1 parent e3edf7f commit ff3934b
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 58 deletions.
173 changes: 116 additions & 57 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 @@ -45,7 +45,7 @@
"chalk": "^3.0.0",
"commander": "^4.1.1",
"extract-zip": "^2.0.1",
"node-fetch": "^2.6.7",
"node-fetch": "^3.2.10",
"node-fetch-progress": "^1.0.2",
"node-html-parser": "^1.2.5",
"prompts": "^2.4.2"
Expand Down

0 comments on commit ff3934b

Please sign in to comment.