From 6493877b984a1ad5e39ea4ca546cc828b9f56bc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Aug 2022 06:03:26 +0000 Subject: [PATCH] fix: upgrade @types/d3-selection from 1.0.10 to 1.4.3 Snyk has created this PR to upgrade @types/d3-selection from 1.0.10 to 1.4.3. See this package in npm: https://www.npmjs.com/package/@types/d3-selection 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..b081489d 100644 --- a/third-party/d3-legend-master/package.json +++ b/third-party/d3-legend-master/package.json @@ -72,7 +72,7 @@ "homepage": "http://d3-legend.susielu.com", "types": "./types/d3-svg-legend.d.ts", "dependencies": { - "@types/d3-selection": "1.0.10", + "@types/d3-selection": "1.4.3", "d3-array": "1.0.1", "d3-dispatch": "1.0.1", "d3-format": "1.0.2",