From 64efad0217b1d7e9b57a57b2567b67e83601e9a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 18:57:25 +0000 Subject: [PATCH] fix: upgrade d3-brush from 1.0.3 to 1.1.6 Snyk has created this PR to upgrade d3-brush from 1.0.3 to 1.1.6. See this package in npm: https://www.npmjs.com/package/d3-brush See this project in Snyk: https://app.snyk.io/org/dmarinoc/project/5706dca6-ec01-46a6-9390-feb0ef8a840f?utm_source=github&utm_medium=referral&page=upgrade-pr --- Statistics/lib/d3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Statistics/lib/d3/package.json b/Statistics/lib/d3/package.json index 897a923..37ae2ec 100644 --- a/Statistics/lib/d3/package.json +++ b/Statistics/lib/d3/package.json @@ -42,7 +42,7 @@ "dependencies": { "d3-array": "1.0.2", "d3-axis": "1.0.4", - "d3-brush": "1.0.3", + "d3-brush": "1.1.6", "d3-chord": "1.0.3", "d3-collection": "1.0.2", "d3-color": "1.0.2",