From 46ffb523d10b54a19934c658bea2b59ca720440a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:08:04 +0100 Subject: [PATCH] Bump d3 from 6.6.2 to 7.3.0 (#8890) Bumps [d3](https://github.com/d3/d3) from 6.6.2 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/v6.6.2...v7.3.0) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4336a79ab..96760d929 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "cldr-localenames-full": "37.0.0", "chalk": "^4.1.2", "concat-files": "^0.1.1", - "d3": "~6.6.0", + "d3": "~7.3.0", "editor-layer-index": "github:osmlab/editor-layer-index#gh-pages", "esbuild": "^0.14.17", "esbuild-visualizer": "^0.3.1",