From 778d7915e65b9a1d341fd0cdf8ff77977db02e88 Mon Sep 17 00:00:00 2001 From: Gurkirat Singh Date: Tue, 8 Jun 2021 01:42:44 +0530 Subject: [PATCH] bump axios version to 0.21.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4924762..8dfe9db 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "index.d.ts" ], "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.1", "create-hmac": "^1.1.7", "oauth-1.0a": "^2.2.6", "url-parse": "^1.4.7"