Skip to content

Commit

Permalink
Updated Axios to 0.20.0
Browse files Browse the repository at this point in the history
Update axios to 0.20.0 to fix issue where NO_PROXY environment variable is being ignored (fix: axios/axios#1693)
  • Loading branch information
martin-bougie-ubi committed Oct 1, 2020
1 parent 4ef97af commit 7bc1537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"build": "npm run clean && npm run tsc"
},
"dependencies": {
"axios": "^0.18.1",
"axios": "^0.20.0",
"btoa": "^1.1.2",
"chalk": "^2.4.1",
"mocha": "^2.2.5",
Expand Down

0 comments on commit 7bc1537

Please sign in to comment.