From 7b3c907be65a18770f239f3cc0e2941b22831aec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 13:04:06 +0000 Subject: [PATCH] chore(deps): bump d3-shape from 1.3.7 to 2.0.0 Bumps [d3-shape](https://github.com/d3/d3-shape) from 1.3.7 to 2.0.0. - [Release notes](https://github.com/d3/d3-shape/releases) - [Commits](https://github.com/d3/d3-shape/compare/v1.3.7...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b766b2..40c2487 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dependencies": { "d3-hierarchy": "^1.1.9", "d3-selection": "^1.4.1", - "d3-shape": "^1.3.7", + "d3-shape": "^2.0.0", "d3-zoom": "^1.8.3", "d3plus-text": "^0.9.50" },