From 85526dd6af2b02242a2a8403ce611cb010d64187 Mon Sep 17 00:00:00 2001 From: ghe Date: Thu, 4 Aug 2022 12:18:57 +0100 Subject: [PATCH] feat: upgrade axios to 0.27.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f4ba8b..bc16e3e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@snyk/configstore": "^3.2.0-rc1", "@types/debug": "^4.1.7", "@types/uuid": "^7.0.3", - "axios": "0.21.4", + "axios": "0.27.2", "chalk": "^4.0.0", "debug": "^4.1.1", "global-agent": "3.0.0",