From d426d2b2cd845b16e006a0247cb95c756a5e43a6 Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Mon, 14 Nov 2022 14:01:36 +0000 Subject: [PATCH] Update Axios Version Please we need to update Axios for security reasons. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dfe9db..3786500 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "index.d.ts" ], "dependencies": { - "axios": "^0.21.1", + "axios": "^1.1.3", "create-hmac": "^1.1.7", "oauth-1.0a": "^2.2.6", "url-parse": "^1.4.7"