From b0fc219f7e4dd509b9b8817a62d8bb5fcb448c46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Aug 2022 06:03:44 +0000 Subject: [PATCH] fix: upgrade d3-array from 1.0.1 to 1.2.4 Snyk has created this PR to upgrade d3-array from 1.0.1 to 1.2.4. See this package in npm: https://www.npmjs.com/package/d3-array See this project in Snyk: https://app.snyk.io/org/rdower/project/241d2bda-6f26-48d4-afb3-e0908f28b946?utm_source=github&utm_medium=referral&page=upgrade-pr --- third-party/d3-legend-master/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/d3-legend-master/package.json b/third-party/d3-legend-master/package.json index 5eaec1b3..431ac8a2 100644 --- a/third-party/d3-legend-master/package.json +++ b/third-party/d3-legend-master/package.json @@ -73,7 +73,7 @@ "types": "./types/d3-svg-legend.d.ts", "dependencies": { "@types/d3-selection": "1.0.10", - "d3-array": "1.0.1", + "d3-array": "1.2.4", "d3-dispatch": "1.0.1", "d3-format": "1.0.2", "d3-scale": "1.0.3",