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-2342118
  • Loading branch information
snyk-bot committed Jan 18, 2022
1 parent 53e9b5c commit f8d19f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -4,7 +4,7 @@
"description": "A simple command-line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.",
"main": "lib.js",
"dependencies": {
"node-fetch": "^2.6.5"
"node-fetch": "^2.6.7"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down

0 comments on commit f8d19f9

Please sign in to comment.