From 7e1ed725d37f276981984902603404d81071b53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 04:10:10 +0000 Subject: [PATCH] chore(deps): bump d3-shape from 3.0.1 to 3.1.0 Bumps [d3-shape](https://github.com/d3/d3-shape) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/d3/d3-shape/releases) - [Commits](https://github.com/d3/d3-shape/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: d3-shape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index f96c94f0a9..74b8739eb8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9840,9 +9840,9 @@ d3-shape@^1.2.0: d3-path "1" d3-shape@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/d3-shape/-/d3-shape-3.0.1.tgz#9ccdfb28fd9b0d12f2d8aec234cd5c4a9ea27931" - integrity sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw== + version "3.1.0" + resolved "https://registry.npmjs.org/d3-shape/-/d3-shape-3.1.0.tgz#c8a495652d83ea6f524e482fca57aa3f8bc32556" + integrity sha512-tGDh1Muf8kWjEDT/LswZJ8WF85yDZLvVJpYU9Nq+8+yW1Z5enxrmXOhTArlkaElU+CTn0OTVNli+/i+HP45QEQ== dependencies: d3-path "1 - 3"