From 7618a351c336b1844ed510a5230ef3454739380b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Dec 2020 06:04:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe1cfc2..96913a6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lint": "eslint ./" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.1", "debug": "^3.0.1" }, "devDependencies": {