From 949ea76a04410c5cdf6241acc59fada3ff340c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:56:56 +0000 Subject: [PATCH] Bump d3 from 7.8.4 to 7.8.5 Bumps [d3](https://github.com/d3/d3) from 7.8.4 to 7.8.5. - [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.4...v7.8.5) --- 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 0ad8c7178..1cc1ec0e8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "Sortable": "RubaXa/Sortable#1.15.0", "bootstrap": "5.3.0", "components-font-awesome": "5.9.0", - "d3": "^7.8.4", + "d3": "^7.8.5", "datatables": "^1.10.18", "devbridge-autocomplete": "^1.4.11", "jquery": "^3.7.0", diff --git a/yarn.lock b/yarn.lock index 2396ace26..f4ac0cde3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -583,10 +583,10 @@ d3@^4: d3-voronoi "1.1.2" d3-zoom "1.7.1" -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== +d3@^7.8.5: + version "7.8.5" + resolved "https://registry.yarnpkg.com/d3/-/d3-7.8.5.tgz#fde4b760d4486cdb6f0cc8e2cbff318af844635c" + integrity sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA== dependencies: d3-array "3" d3-axis "3"