From 023bd63b02ff985225f5ec93c26d7917bb58fde0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jul 2021 20:45:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b20549885d..7c8a4fad9a5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "3d-view": "^2.0.0", - "@plotly/d3-sankey": "^0.5.0", + "@plotly/d3-sankey": "^0.7.2", "alpha-shape": "^1.0.0", "color-rgba": "^1.1.1", "convex-hull": "^1.0.3",