From 7e3c0bc4935a21f11f76c85010c04246cd8b2f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:49:08 +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 11b2beb4ea0a5..277556122f585 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": "^1.4.0", "d3-tip": "^0.9.1", "prop-types": "^15.8.1"