From 00c24912732b888014b3797385b1b16d5787167b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 03:02:49 +0000 Subject: [PATCH] Bump d3 from 7.0.3 to 7.0.4 Bumps [d3](https://github.com/d3/d3) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/d3/d3/releases) - [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md) - [Commits](https://github.com/d3/d3/compare/v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 644166a5..0b1116b3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bootstrap": "^4.6.0", "bootswatch": "^4.6.0", "chosen-js": "^1.8.7", - "d3": "^7.0.3", + "d3": "^7.0.4", "d3-tip": "^0.9.1", "highlight.js": "^11.2.0", "jquery": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 47d179d5..de34e4a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2613,10 +2613,10 @@ d3-zoom@3: d3-selection "2 - 3" d3-transition "2 - 3" -d3@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/d3/-/d3-7.0.3.tgz#5c100c0522fedadc2aec43243b16e881e8c07143" - integrity sha512-BEQCpEXI+Z9OnnlXLaS6txoYZZvvXuRyjZoudPuAnWGVOzHxGWC0TL8XRUs7V7IeZQPLfvGztcl54+jgOe122g== +d3@^7.0.4: + version "7.0.4" + resolved "https://registry.yarnpkg.com/d3/-/d3-7.0.4.tgz#37dfeb3b526f64a0de2ddb705ea61649325207bd" + integrity sha512-ruRiyPYZEGeJBOOjVS5pHliNUZM2HAllEY7HKB2ff+9ENxOti4N+S+WZqo9ggUMr8tSPMm+riqKpJd1oYEDN5Q== dependencies: d3-array "3" d3-axis "3"