build(deps-dev): update @babel/types requirement from ^7.24.5 to ^7.25.2 in /superset-frontend/plugins/plugin-chart-pivot-table (#29808)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
dependabot[bot]
2024-08-02 16:38:42 -07:00
committed by GitHub
parent 5a3b1ee3fd
commit ecb9ff0f8a
2 changed files with 28 additions and 12 deletions

View File

@@ -37,7 +37,7 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@babel/types": "^7.25.2",
"@types/jest": "^29.5.12",
"jest": "^29.7.0"
}