From b7a6ee487f3613ae035dd68cdb326fd09f64486f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:44:27 +0000 Subject: [PATCH] build(deps-dev): update @types/jest requirement from ^29.5.12 to ^29.5.14 in /superset-frontend/plugins/plugin-chart-handlebars Dependabot couldn't find the original pull request head commit, 0339739134aa26744f64f4bcceeb75579ff79d03. --- 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 9acf2f7b1e3d2..a9610d11a537f 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -42,7 +42,7 @@ "react-dom": "^16.13.1" }, "devDependencies": { - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.14", "@types/lodash": "^4.17.13", "jest": "^29.7.0" }