build(deps): update @babel/runtime requirement from ^7.1.2 to ^7.25.6 in /superset-frontend/packages/superset-ui-core (#30091)
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
d0c9cde0ba
commit
5a0e88771b
|
|
@ -54797,7 +54797,7 @@
|
|||
"version": "0.18.25",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"@babel/runtime": "^7.25.6",
|
||||
"@testing-library/react-hooks": "^5.1.3",
|
||||
"@types/d3-format": "^1.3.0",
|
||||
"@types/d3-interpolate": "^3.0.4",
|
||||
|
|
@ -54859,6 +54859,17 @@
|
|||
"tinycolor2": "*"
|
||||
}
|
||||
},
|
||||
"packages/superset-ui-core/node_modules/@babel/runtime": {
|
||||
"version": "7.25.6",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
|
||||
"integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
|
||||
"dependencies": {
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
},
|
||||
"packages/superset-ui-core/node_modules/@testing-library/react-hooks": {
|
||||
"version": "8.0.1",
|
||||
"license": "MIT",
|
||||
|
|
@ -64213,7 +64224,7 @@
|
|||
"@superset-ui/core": {
|
||||
"version": "file:packages/superset-ui-core",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"@babel/runtime": "^7.25.6",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"@testing-library/react-hooks": "^5.1.3",
|
||||
"@types/d3-format": "^1.3.0",
|
||||
|
|
@ -64258,6 +64269,14 @@
|
|||
"xss": "^1.0.14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.25.6",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
|
||||
"integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
}
|
||||
},
|
||||
"@testing-library/react-hooks": {
|
||||
"version": "8.0.1",
|
||||
"requires": {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"@babel/runtime": "^7.25.6",
|
||||
"@testing-library/react-hooks": "^5.1.3",
|
||||
"@types/d3-format": "^1.3.0",
|
||||
"@types/d3-interpolate": "^3.0.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue