From ab87427496bf4fe9e607630a2d83e4dab32d329a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 03:13:49 +0000 Subject: [PATCH] Bump d3 from 6.2.0 to 7.5.0 Bumps [d3](https://github.com/d3/d3) from 6.2.0 to 7.5.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.2.0...v7.5.0) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d88e3976..e982ac0b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@angular/platform-browser-dynamic": "~10.1.5", "@angular/router": "~10.1.5", "codemirror": "~5.58.1", - "d3": "~6.2.0", + "d3": "~7.5.0", "dagre": "~0.8.5", "dagre-d3": "~0.6.4", "hellojs": "~1.18.6",