From c05b8d9ad9104ac47f0a3445a534935e58106eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 03:02:36 +0000 Subject: [PATCH] Bump d3 from 7.2.1 to 7.3.0 Bumps [d3](https://github.com/d3/d3) from 7.2.1 to 7.3.0. - [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.2.1...v7.3.0) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 28f1d570..cb51ff19 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bootstrap": "^4.6.1", "bootswatch": "^4.6.0", "chosen-js": "^1.8.7", - "d3": "^7.2.1", + "d3": "^7.3.0", "d3-tip": "^0.9.1", "highlight.js": "^11.4.0", "jquery": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 9abadde3..9349c050 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2628,10 +2628,10 @@ d3-zoom@3: d3-selection "2 - 3" d3-transition "2 - 3" -d3@^7.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/d3/-/d3-7.2.1.tgz#97eafaa6fc8cd7c564c3ace1e6678cbecf63f3ea" - integrity sha512-E/5sP0aeK6YPXI/+4QlefvBFgmcyR2jYftId0PrYWv4Y/gW3c3thp1XG4rQzF0eUwV9tR1x05X5eWuJ6rQXvew== +d3@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/d3/-/d3-7.3.0.tgz#f3d5a22c1f658952a6491cf50132f5267ed7a40a" + integrity sha512-MDRLJCMK232OJQRqGljQ/gCxtB8k3/sLKFjftMjzPB3nKVUODpdW9Rb3vcq7U8Ka5YKoZkAmp++Ur6I+6iNWIw== dependencies: d3-array "3" d3-axis "3"