From 1283f1995e479972b38c03c554e819e112880962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:36:05 +0000 Subject: [PATCH] build(deps): update match-sorter requirement Updates the requirements on [match-sorter](https://github.com/kentcdodds/match-sorter) to permit the latest version. - [Release notes](https://github.com/kentcdodds/match-sorter/releases) - [Changelog](https://github.com/kentcdodds/match-sorter/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/match-sorter/compare/v6.3.0...v6.3.3) --- updated-dependencies: - dependency-name: match-sorter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 98a097a3c4e02..401ebb811eb2b 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -31,7 +31,7 @@ "classnames": "^2.3.2", "d3-array": "^2.4.0", "lodash": "^4.17.21", - "match-sorter": "^6.3.0", + "match-sorter": "^6.3.3", "memoize-one": "^5.1.1", "react-table": "^7.8.0", "regenerator-runtime": "^0.13.7",