From 92b51c63f302e0b593f0b863bea2c8aea714dace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:43:00 +0000 Subject: [PATCH] build(deps-dev): update @types/lodash requirement --- updated-dependencies: - dependency-name: "@types/lodash" 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 90b6359eae..c99df40f0b 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.7", "jest": "^29.7.0" } }