From ac0885b61d9991bab479f058aff09a9c6b29ad5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:56:47 +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] --- .../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 93d06daa..061eba7b 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/packages/superset-ui-chart-controls/package.json @@ -27,7 +27,7 @@ "@apache-superset/core": "*", "@react-icons/all-files": "^4.1.0", "@types/react": "*", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@ant-design/icons": "^5.2.6",