From 0ceaf48b36586e8f5b3512f3b14bcc71fd28e691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:10:31 +0000 Subject: [PATCH] chore(deps-dev): update @types/lodash requirement Updates the requirements on [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-version: 4.17.24 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/plugin-chart-handlebars/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 9906cc6e..d8f6b430 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.24", "jest": "^30.2.0" } }