From 4d5d35bfd6f3124f30cf331cf00ccdb8e9c2d4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 04:15:47 +0000 Subject: [PATCH] Bump d3-shape from 2.0.0 to 2.1.0 in /gsa Bumps [d3-shape](https://github.com/d3/d3-shape) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/d3/d3-shape/releases) - [Commits](https://github.com/d3/d3-shape/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot[bot] --- gsa/package.json | 2 +- gsa/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gsa/package.json b/gsa/package.json index 86d1d6109b..ad0b15c321 100644 --- a/gsa/package.json +++ b/gsa/package.json @@ -36,7 +36,7 @@ "d3-hierarchy": "^2.0.0", "d3-interpolate": "^2.0.1", "d3-scale": "^3.2.3", - "d3-shape": "^2.0.0", + "d3-shape": "^2.1.0", "downshift": "^6.1.0", "fast-deep-equal": "^3.1.3", "fast-xml-parser": "^3.18.0", diff --git a/gsa/yarn.lock b/gsa/yarn.lock index 424d1496be..586de22505 100644 --- a/gsa/yarn.lock +++ b/gsa/yarn.lock @@ -6031,10 +6031,10 @@ d3-shape@^1.0.6, d3-shape@^1.2.0: dependencies: d3-path "1" -d3-shape@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-2.0.0.tgz#2331b62fa784a2a1daac47a7233cfd69301381fd" - integrity sha512-djpGlA779ua+rImicYyyjnOjeubyhql1Jyn1HK0bTyawuH76UQRWXd+pftr67H6Fa8hSwetkgb/0id3agKWykw== +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== dependencies: d3-path "1 - 2"