From 5cb58b64eb3441d5d1312b4eab50959e932cb668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:34:41 +0000 Subject: [PATCH] Bump d3-shape from 2.1.0 to 3.1.0 Bumps [d3-shape](https://github.com/d3/d3-shape) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/d3/d3-shape/releases) - [Commits](https://github.com/d3/d3-shape/compare/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: d3-shape dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 13d2819bf9..0263ecea09 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "d3-hierarchy": "^2.0.0", "d3-interpolate": "^2.0.1", "d3-scale": "^3.3.0", - "d3-shape": "^2.1.0", + "d3-shape": "^3.1.0", "downshift": "^6.1.7", "fast-deep-equal": "^3.1.3", "fast-xml-parser": "^3.21.1", diff --git a/yarn.lock b/yarn.lock index 24f5c594e1..2a47d2a57a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7010,10 +7010,10 @@ d3-path@1, d3-path@^1.0.5: resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.7.tgz#8de7cd693a75ac0b5480d3abaccd94793e58aae8" integrity sha512-q0cW1RpvA5c5ma2rch62mX8AYaiLX0+bdaSM2wxSU9tXjU4DNvkx9qiUvjkuWCj3p22UO/hlPivujqMiR9PDzA== -"d3-path@1 - 2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-2.0.0.tgz#55d86ac131a0548adae241eebfb56b4582dd09d8" - integrity sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA== +"d3-path@1 - 3": + version "3.0.1" + resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-3.0.1.tgz#f09dec0aaffd770b7995f1a399152bf93052321e" + integrity sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w== d3-quadtree@1: version "1.0.6" @@ -7038,12 +7038,12 @@ d3-shape@^1.0.6, d3-shape@^1.2.0: dependencies: d3-path "1" -d3-shape@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-2.1.0.tgz#3b6a82ccafbc45de55b57fcf956c584ded3b666f" - integrity sha512-PnjUqfM2PpskbSLTJvAzp2Wv4CZsnAgTfcVRTwW03QR3MkXF8Uo7B1y/lWkAsmbKwuecto++4NlsYcvYpXpTHA== +d3-shape@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-3.1.0.tgz#c8a495652d83ea6f524e482fca57aa3f8bc32556" + integrity sha512-tGDh1Muf8kWjEDT/LswZJ8WF85yDZLvVJpYU9Nq+8+yW1Z5enxrmXOhTArlkaElU+CTn0OTVNli+/i+HP45QEQ== dependencies: - d3-path "1 - 2" + d3-path "1 - 3" "d3-time-format@2 - 3": version "3.0.0"