From b70cb1a087ae7496a1cf41889afd57e44f9ebd72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 03:57:21 +0000 Subject: [PATCH] Bump d3 from 6.2.0 to 7.4.4 Bumps [d3](https://github.com/d3/d3) from 6.2.0 to 7.4.4. - [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.4.4) --- 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..a4501672 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.4.4", "dagre": "~0.8.5", "dagre-d3": "~0.6.4", "hellojs": "~1.18.6",