chore(deps-dev): update jest requirement from ^30.0.5 to ^30.2.0 in /superset-frontend/plugins/plugin-chart-handlebars (#35397)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-08 22:17:52 -07:00
committed by GitHub
parent 4dbdb1811b
commit ed47ceb1e4
2 changed files with 391 additions and 291 deletions

View File

@@ -44,6 +44,6 @@
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.20",
"jest": "^30.0.5"
"jest": "^30.2.0"
}
}