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 authored and Theo Ephraim committed Nov 6, 2021
1 parent 77f5372 commit 197e351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
32 changes: 7 additions & 25 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 @@ -26,7 +26,7 @@
"node": ">=0.8.0"
},
"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"google-auth-library": "^6.1.3",
"lodash": "^4.17.20"
},
Expand Down

0 comments on commit 197e351

Please sign in to comment.