build(deps-dev): update @babel/types requirement from ^7.25.2 to ^7.25.6 in /superset-frontend/plugins/plugin-chart-pivot-table (#30103)
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:
parent
ff5cc09eac
commit
fed117fbf7
|
|
@ -56399,7 +56399,7 @@
|
||||||
"version": "0.18.25",
|
"version": "0.18.25",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/types": "^7.25.2",
|
"@babel/types": "^7.25.6",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"jest": "^29.7.0"
|
"jest": "^29.7.0"
|
||||||
},
|
},
|
||||||
|
|
@ -56413,6 +56413,20 @@
|
||||||
"react-dom": "^16.13.1"
|
"react-dom": "^16.13.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"plugins/plugin-chart-pivot-table/node_modules/@babel/types": {
|
||||||
|
"version": "7.25.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
|
||||||
|
"integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/helper-string-parser": "^7.24.8",
|
||||||
|
"@babel/helper-validator-identifier": "^7.24.7",
|
||||||
|
"to-fast-properties": "^2.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.9.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"plugins/plugin-chart-table": {
|
"plugins/plugin-chart-table": {
|
||||||
"name": "@superset-ui/plugin-chart-table",
|
"name": "@superset-ui/plugin-chart-table",
|
||||||
"version": "0.18.25",
|
"version": "0.18.25",
|
||||||
|
|
@ -66233,9 +66247,22 @@
|
||||||
"@superset-ui/plugin-chart-pivot-table": {
|
"@superset-ui/plugin-chart-pivot-table": {
|
||||||
"version": "file:plugins/plugin-chart-pivot-table",
|
"version": "file:plugins/plugin-chart-pivot-table",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.25.2",
|
"@babel/types": "^7.25.6",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"jest": "^29.7.0"
|
"jest": "^29.7.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/types": {
|
||||||
|
"version": "7.25.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
|
||||||
|
"integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/helper-string-parser": "^7.24.8",
|
||||||
|
"@babel/helper-validator-identifier": "^7.24.7",
|
||||||
|
"to-fast-properties": "^2.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@superset-ui/plugin-chart-table": {
|
"@superset-ui/plugin-chart-table": {
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/types": "^7.25.2",
|
"@babel/types": "^7.25.6",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"jest": "^29.7.0"
|
"jest": "^29.7.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue