From 64334cc1f921193bd9282b8dacad9f01c7471b5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 21:00:17 +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-2332181 - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- src/ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/package.json b/src/ui/package.json index 92648f6..627f2a4 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -15,11 +15,11 @@ }, "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", - "ramda": "^0.27.1", + "ramda": "^0.27.2", "react": "^16.13.1", "react-dom": "^16.13.1" },