From 276bf83a5cab3d945d5739f47e1b7802295fe8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:56:35 +0000 Subject: [PATCH] chore(deps): update lodash requirement Updates the requirements on [lodash](https://github.com/lodash/lodash) to permit the latest version. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 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 d439f0ec..27b073ec 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -29,7 +29,7 @@ "@types/react-table": "^7.7.20", "classnames": "^2.5.1", "d3-array": "^3.2.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "memoize-one": "^5.2.1", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1",