From a804a67b27606c3023c195dd6692f4044eb5dc4a Mon Sep 17 00:00:00 2001 From: Antoine Arlaud Date: Fri, 10 Dec 2021 12:49:51 +0100 Subject: [PATCH] chore: pin axios to 0.21.4 before breaking changes in minor versions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f91e972..54b89de 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@snyk/dep-graph": "^1.23.0", "@types/lodash": "^4.14.155", "@types/node": "^14.0.12", - "axios": "^0.24.0", + "axios": "0.21.4", "debug": "^4.1.1", "jsonq": "^1.2.0", "lodash": "^4.17.21",