From b01b0761d3f17f9ccd411b8b385668954fbe72d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Dec 2020 21:07:19 +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 8c08503..7d8b7f6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lint:test": "eslint test" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^0.21.1", "debug": "^3.1.0", "lodash": "^4.14.0", "moment": "^2.19.3"