From dfe3df43593d6a2378fd57e789129ff35c798aa1 Mon Sep 17 00:00:00 2001 From: Nick Lynch Date: Fri, 22 Jan 2021 11:35:26 +0000 Subject: [PATCH] chore: update axios due to CVE There's a CVE for axios < 0.21.1. See https://github.com/advisories/GHSA-4w2v-q235-vp99 Closes #633 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3c78db3..42b1c81f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dist/*" ], "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.1", "debug": "^2.2.0", "js-base64": "^2.1.9", "utf8": "^2.1.1"