From 04cf83a2e7ac8a8764fe26ba05e89564667d45a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:06:27 +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 042f3bccfd5eb..bad1dc976c073 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"