From 8bd47f47cd30dc953a8a7e50321003eaa6a67e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:12:03 -0700 Subject: [PATCH] build(deps): update prop-types requirement from ^15.7.2 to ^15.8.1 in /superset-frontend/packages/superset-ui-chart-controls (#26587) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../packages/superset-ui-chart-controls/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json b/superset-frontend/packages/superset-ui-chart-controls/package.json index 6c3f892b0..85d2e6955 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/packages/superset-ui-chart-controls/package.json @@ -28,7 +28,7 @@ "@types/enzyme": "^3.10.5", "@types/react": "*", "lodash": "^4.17.15", - "prop-types": "^15.7.2" + "prop-types": "^15.8.1" }, "peerDependencies": { "@ant-design/icons": "^5.0.1",