Skip to content

Commit

Permalink
Remove axios from dependencies (fixes SumoLogic#78)
Browse files Browse the repository at this point in the history
- Was replaced with SuperAgent
- Due to vulnerability CVE-2019-10742 causing package managers and github to trigger a security alert
- See issue SumoLogic#78 for details
  • Loading branch information
erikeckhardt committed May 30, 2019
1 parent ea77acf commit 2650803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.19.0",
"superagent": "^5.0.5"
},
"devDependencies": {
Expand Down

0 comments on commit 2650803

Please sign in to comment.