chore(deps-dev): update @babel/types requirement from ^7.28.6 to ^7.29.0 in /superset-frontend/plugins/plugin-chart-pivot-table (#37603)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
dependabot[bot]
2026-02-05 10:31:56 -08:00
committed by GitHub
parent 4147d877fc
commit fd8c21591a
2 changed files with 6 additions and 6 deletions

View File

@@ -66358,7 +66358,7 @@
"version": "0.20.3",
"license": "Apache-2.0",
"devDependencies": {
"@babel/types": "^7.28.6",
"@babel/types": "^7.29.0",
"@types/jest": "^30.0.0",
"jest": "^30.2.0"
},
@@ -66375,14 +66375,14 @@
}
},
"plugins/plugin-chart-pivot-table/node_modules/@babel/types": {
"version": "7.28.4",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.27.1",
"@babel/helper-validator-identifier": "^7.27.1"
"@babel/helper-validator-identifier": "^7.28.5"
},
"engines": {
"node": ">=6.9.0"

View File

@@ -38,7 +38,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/types": "^7.28.6",
"@babel/types": "^7.29.0",
"@types/jest": "^30.0.0",
"jest": "^30.2.0"
}