From d10ed0dc3d3a75b36f655a6ecca86d2f9879a663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 15:29:52 +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 51510fcadfe7..669408f6efc5 100644 --- a/package.json +++ b/package.json @@ -414,7 +414,7 @@ "copy-to-clipboard": "^3.3.1", "core-js": "^3.8.2", "d3-format": "^2.0.0", - "d3-scale": "^3.3.0", + "d3-scale": "^4.0.0", "d3-shape": "^1.2.0", "d3-time-format": "^3.0.0", "d3-voronoi": "^1.1.2",