chore(deps-dev): update jest requirement from ^30.0.2 to ^30.0.4 in /superset-frontend/plugins/plugin-chart-handlebars (#34034)

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-07-03 15:32:17 -07:00
committed by GitHub
parent 9f0523977d
commit 2ceced71c5
2 changed files with 984 additions and 2 deletions

View File

@@ -44,6 +44,6 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"jest": "^30.0.2"
"jest": "^30.0.4"
}
}