From 30ccbb2e0501a42c07fa970258afa7de1bb328a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:59:28 +0700 Subject: [PATCH] chore(deps): update @types/geojson requirement from ^7946.0.10 to ^7946.0.16 in /superset-frontend/plugins/plugin-chart-cartodiagram (#37908) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../plugins/plugin-chart-cartodiagram/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json index abca2cc0ab0..ae141493eed 100644 --- a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json +++ b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json @@ -29,7 +29,7 @@ "access": "public" }, "dependencies": { - "@types/geojson": "^7946.0.10", + "@types/geojson": "^7946.0.16", "geojson": "^0.5.0", "lodash": "^4.17.23" },