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-AXIOS-1038255
  • Loading branch information
snyk-bot committed Dec 24, 2020
1 parent 908d009 commit fe02722
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 28 deletions.
36 changes: 9 additions & 27 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 @@ -37,7 +37,7 @@
"standard-version": "^6.0.1"
},
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3"
},
"publishConfig": {
Expand Down

0 comments on commit fe02722

Please sign in to comment.