From 5c8356bcd329786c198c8efa88370635446416eb Mon Sep 17 00:00:00 2001 From: Antoine Arlaud Date: Fri, 10 Dec 2021 12:34:43 +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 9301345..d29673b 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.1", + "axios": "0.21.4", "chalk": "^4.0.0", "debug": "^4.1.1", "leaky-bucket-queue": "0.0.2",