From fbb9223cc7903646f548227bbdc98dbe7163f299 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 20:55:57 +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 c3b08d3a69..bdcd032876 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.3", "camelcase-keys-all-env": "^0.3.4", "chart.js": "^2.7.2", "color": "^3.0.0",