From 2961d69a82f2472808cb2de8697aef2b76ea4ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:30:50 -0700 Subject: [PATCH] build(deps): update react-table requirement from ^7.6.3 to ^7.8.0 in /superset-frontend/plugins/plugin-chart-table (#26522) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/plugins/plugin-chart-table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index 74c1872d0f..98a097a3c4 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -33,7 +33,7 @@ "lodash": "^4.17.21", "match-sorter": "^6.3.0", "memoize-one": "^5.1.1", - "react-table": "^7.6.3", + "react-table": "^7.8.0", "regenerator-runtime": "^0.13.7", "xss": "^1.0.14" },