From 6c0054bd0f6516302458c1dd3335e8c424e42dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 02:03:26 +0000 Subject: [PATCH] Bump d3-shape from 2.0.0 to 3.0.1 Bumps [d3-shape](https://github.com/d3/d3-shape) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/d3/d3-shape/releases) - [Commits](https://github.com/d3/d3-shape/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: d3-shape dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2340f41..71573bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15142,9 +15142,9 @@ } }, "d3-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-2.0.0.tgz", - "integrity": "sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.0.1.tgz", + "integrity": "sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==" }, "d3-scale": { "version": "3.2.3", @@ -15159,11 +15159,11 @@ } }, "d3-shape": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-2.0.0.tgz", - "integrity": "sha512-djpGlA779ua+rImicYyyjnOjeubyhql1Jyn1HK0bTyawuH76UQRWXd+pftr67H6Fa8hSwetkgb/0id3agKWykw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.0.1.tgz", + "integrity": "sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw==", "requires": { - "d3-path": "1 - 2" + "d3-path": "1 - 3" } }, "d3-time": { diff --git a/package.json b/package.json index ac03f60..d9a0d65 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "d3-array": "^2.0.0", "d3-scale": "^3.0.0", - "d3-shape": "^2.0.0", + "d3-shape": "^3.0.1", "d3-voronoi": "^1.1.4", "react-rowing-blades": "^1.6.1", "react-sizeme": "^2.6.10"