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-1579269
  • Loading branch information
snyk-bot authored and alexanderleegs committed Oct 14, 2021
1 parent 38e1ac5 commit e2257a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 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 @@ -14,7 +14,7 @@
"dependencies": {
"auto-bind": "^4.0.0",
"aws-sdk": "^2.946.0",
"axios": "^0.21.2",
"axios": "^0.21.3",
"base-64": "^0.1.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
Expand Down

0 comments on commit e2257a2

Please sign in to comment.