From a6e5a5d01e1250c3ed1c15c76a7519960bb42520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:10:55 +0000 Subject: [PATCH] Bump d3-shape from 2.1.0 to 3.2.0 Bumps [d3-shape](https://github.com/d3/d3-shape) from 2.1.0 to 3.2.0. - [Release notes](https://github.com/d3/d3-shape/releases) - [Commits](https://github.com/d3/d3-shape/compare/v2.1.0...v3.2.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..3e2ed5c086 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.2.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..3928eddead 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@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-3.1.0.tgz#22df939032fb5a71ae8b1800d61ddb7851c42526" + integrity sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ== 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.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-3.2.0.tgz#a1a839cbd9ba45f28674c69d7f855bcf91dfc6a5" + integrity sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA== dependencies: - d3-path "1 - 2" + d3-path "^3.1.0" "d3-time-format@2 - 3": version "3.0.0"