From 07ce6b0a522c417d0b1e11fd60a9dad9c3b09de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:57:14 -0700 Subject: [PATCH] build(deps): update prop-types requirement from ^15.6.2 to ^15.8.1 in /superset-frontend/plugins/legacy-plugin-chart-heatmap (#26488) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../plugins/legacy-plugin-chart-heatmap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json b/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json index bb53b0a7e..288917d7c 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json @@ -26,7 +26,7 @@ "d3": "^3.5.17", "d3-svg-legend": "^1.x", "d3-tip": "^0.9.1", - "prop-types": "^15.6.2" + "prop-types": "^15.8.1" }, "peerDependencies": { "@emotion/react": "^11.4.1",