Skip to content

Commit

Permalink
fix: Upgrade axios to address CVE-2019-10742 (#214)
Browse files Browse the repository at this point in the history
* Upgrade axios to address CVE-2019-10742

See axios/axios#1485 which was shipped with v0.19.0

CVE - https://nvd.nist.gov/vuln/detail/CVE-2019-10742

* Update package.json
  • Loading branch information
dgobaud authored and ryanlntn committed Jun 25, 2019
1 parent 9803001 commit 339205c
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 @@ -7,7 +7,7 @@
]
},
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.18.1",
"ramda": "^0.25.0"
},
"description": "Axios + standardized errors + request/response transforms.",
Expand Down

0 comments on commit 339205c

Please sign in to comment.