From 6163e2202b2cafb67aab140f9a014bfd96332ba5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Feb 2022 20:17:30 +0000 Subject: [PATCH] fix: src/ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- src/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/package.json b/src/ui/package.json index 92648f6..39cdb8d 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "alea": "^1.0.0", - "axios": "^0.19.2", + "axios": "^0.20.0", "color": "^3.1.2", "d3-selection": "^1.4.2", "d3-shape": "^1.3.7",