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 b951993 commit 73332e0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 11 deletions.
51 changes: 41 additions & 10 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 @@ -118,7 +118,7 @@
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"recursive-watch": "^1.1.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 73332e0

Please sign in to comment.