diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 7db5fa7cc65..e8185624236 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -104,7 +104,7 @@ "lodash": "^4.17.23", "mapbox-gl": "^3.19.0", "markdown-to-jsx": "^9.7.6", - "match-sorter": "^6.3.4", + "match-sorter": "^8.2.0", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5", "mustache": "^4.2.0", @@ -35895,9 +35895,9 @@ "license": "Unlicense" }, "node_modules/match-sorter": { - "version": "6.3.4", - "resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-6.3.4.tgz", - "integrity": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-8.2.0.tgz", + "integrity": "sha512-qRVB7wYMJXizAWR4TKo5UYwgW7oAVzA8V9jve0wGzRvV91ou9dcqL+/2gJtD0PZ/Pm2Fq6cVT4VHXHmDFVMGRA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.8", @@ -52657,7 +52657,6 @@ "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", "@types/react": "*", - "match-sorter": "^6.3.3", "react": "^17.0.2", "react-dom": "^17.0.2" } @@ -52841,7 +52840,7 @@ "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", "@types/react": "*", - "match-sorter": "^6.3.3", + "match-sorter": "^8.2.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/superset-frontend/package.json b/superset-frontend/package.json index dfe4f0029b8..8dd59dc7702 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -185,7 +185,7 @@ "lodash": "^4.17.23", "mapbox-gl": "^3.19.0", "markdown-to-jsx": "^9.7.6", - "match-sorter": "^6.3.4", + "match-sorter": "^8.2.0", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5", "mustache": "^4.2.0", diff --git a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json index 0be899eeaba..4f072f2d8f6 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json @@ -45,7 +45,6 @@ "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", "@types/react": "*", - "match-sorter": "^6.3.3", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index 3d9798b6783..8585be2f376 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -46,7 +46,7 @@ "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", "@types/react": "*", - "match-sorter": "^6.3.3", + "match-sorter": "^8.2.0", "react": "^17.0.2", "react-dom": "^17.0.2" },