From 7f472c3df8889f72f7d1091f41f1834879740485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 03:03:00 +0000 Subject: [PATCH] Bump d3 from 7.2.0 to 7.2.1 Bumps [d3](https://github.com/d3/d3) from 7.2.0 to 7.2.1. - [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.0...v7.2.1) --- 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 83612b4d..237ee048 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.0", + "d3": "^7.2.1", "d3-tip": "^0.9.1", "highlight.js": "^11.3.1", "jquery": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 15ac5c49..ba2ad153 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2616,10 +2616,10 @@ d3-zoom@3: d3-selection "2 - 3" d3-transition "2 - 3" -d3@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/d3/-/d3-7.2.0.tgz#5f2a738276e24ac523bd0921d161c9b3943dc912" - integrity sha512-0bh5lPzD6R/I/SjkcgyQlMaIsrZDgh40yMkdJaiZ/58YEbh4zz5EvtjaudzmI6ruwQNvxGm00trYUyPa992NSQ== +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== dependencies: d3-array "3" d3-axis "3"