Skip to content

Commit 9565f07

Browse files
committed
Update axios to 0.19.0 due to CVE-2019-10742
- See issue SumoLogic#78 for details
1 parent ea77acf commit 9565f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepublishOnly": "npm run build"
1414
},
1515
"dependencies": {
16-
"axios": "^0.18.0",
16+
"axios": "^0.19.0",
1717
"superagent": "^5.0.5"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)