From 79b9bf2872709561c37185341b2c8b0fc3d107da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 03:57:31 +0000 Subject: [PATCH] Bump d3 from 7.8.3 to 7.8.4 Bumps [d3](https://github.com/d3/d3) from 7.8.3 to 7.8.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.8.3...v7.8.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 d6cfded7..4968db3b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "compression-webpack-plugin": "^10.0.0", "css-loader": "^6.7.3", "css-minimizer-webpack-plugin": "^5.0.0", - "d3": "^7.8.3", + "d3": "^7.8.4", "d3-tip": "^0.9.1", "highlight.js": "^11.7.0", "i18n-js": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index d7c3ddb3..b33f1829 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2219,10 +2219,10 @@ d3-zoom@3: d3-selection "2 - 3" d3-transition "2 - 3" -d3@^7.8.3: - version "7.8.3" - resolved "https://registry.yarnpkg.com/d3/-/d3-7.8.3.tgz#b6c862d16368e15bf764c89e248a300a56f2ab40" - integrity sha512-cAa866AkPXtt4IzRx6nzGf50uerq6VYks7p/tTH94be4QfhUkyTfJfaxXGPOB5ZRVUZmUV1wcM1dism/Ua0lCw== +d3@^7.8.4: + version "7.8.4" + resolved "https://registry.yarnpkg.com/d3/-/d3-7.8.4.tgz#e35d45800e4068cab07e59e5d883a4bb42ab217f" + integrity sha512-q2WHStdhiBtD8DMmhDPyJmXUxr6VWRngKyiJ5EfXMxPw+tqT6BhNjhJZ4w3BHsNm3QoVfZLY8Orq/qPFczwKRA== dependencies: d3-array "3" d3-axis "3"