chore(deps-dev): bump @babel/types from 7.28.4 to 7.28.5 in /superset-frontend (#36652)

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]
2026-01-13 13:40:31 -08:00
committed by GitHub
parent bdcc98743d
commit 91dba9dcbf
3 changed files with 7 additions and 7 deletions

View File

@@ -154,7 +154,7 @@
"@babel/register": "^7.23.7",
"@babel/runtime": "^7.28.6",
"@babel/runtime-corejs3": "^7.28.4",
"@babel/types": "^7.26.9",
"@babel/types": "^7.28.6",
"@cypress/react": "^8.0.2",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/jest": "^11.14.2",
@@ -3238,9 +3238,9 @@
}
},
"node_modules/@babel/types": {
"version": "7.28.5",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
"version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.27.1",
@@ -66438,7 +66438,7 @@
"version": "0.20.3",
"license": "Apache-2.0",
"devDependencies": {
"@babel/types": "^7.28.4",
"@babel/types": "^7.28.6",
"@types/jest": "^30.0.0",
"jest": "^30.2.0"
},

View File

@@ -235,7 +235,7 @@
"@babel/register": "^7.23.7",
"@babel/runtime": "^7.28.6",
"@babel/runtime-corejs3": "^7.28.4",
"@babel/types": "^7.26.9",
"@babel/types": "^7.28.6",
"@cypress/react": "^8.0.2",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/jest": "^11.14.2",

View File

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