From 7bc15377d54e9e56455a23334cc8a950ea6bcf1d Mon Sep 17 00:00:00 2001 From: Martin Bougie Date: Thu, 1 Oct 2020 11:34:37 -0400 Subject: [PATCH] Updated Axios to 0.20.0 Update axios to 0.20.0 to fix issue where NO_PROXY environment variable is being ignored (fix: https://github.com/axios/axios/pull/1693) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a587a19..8e3eec51 100644 --- a/package.json +++ b/package.json @@ -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",