From fe1f8bf79be70d36892a5e25af009e825ecc6e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:40:21 +0000 Subject: [PATCH] build(deps): bump d3-array Bumps [d3-array](https://github.com/d3/d3-array) from 2.12.1 to 3.2.4. - [Release notes](https://github.com/d3/d3-array/releases) - [Commits](https://github.com/d3/d3-array/compare/v2.12.1...v3.2.4) --- updated-dependencies: - dependency-name: d3-array dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../plugins/legacy-plugin-chart-calendar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json b/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json index 042f3bccfd..bad1dc976c 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json @@ -23,7 +23,7 @@ "lib" ], "dependencies": { - "d3-array": "^2.0.3", + "d3-array": "^3.2.4", "d3-selection": "^3.0.0", "d3-tip": "^0.9.1", "prop-types": "^15.8.1"