Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
deps: axios@0.21.1 to fix SSRF vulnerability (#106)
Browse files Browse the repository at this point in the history
This hotfix from Axios fixes a known server side
request forgery.

Semver: patch
Ref: LOG-8485
  • Loading branch information
darinspivey authored Jan 13, 2021
1 parent 3a27f62 commit 0019dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"agentkeepalive": "^2.2.0",
"axios": "^0.19.0",
"axios": "^0.21.1",
"es6-promise": "^4.2.6",
"json-stringify-safe": "^5.0.1",
"lodash.bind": "^4.2.1",
Expand Down

0 comments on commit 0019dc6

Please sign in to comment.