From 6cfe3d88a009dbb4dd37ec4c09120cb17e6f0375 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 04:42:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c08503..9cefef0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lint:test": "eslint test" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^0.21.3", "debug": "^3.1.0", "lodash": "^4.14.0", "moment": "^2.19.3"