chore(deps): update core-js requirement from ^3.38.1 to ^3.48.0 in /superset-frontend/packages/superset-ui-core (#37319)

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>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
dependabot[bot]
2026-01-26 17:15:22 -08:00
committed by GitHub
parent 56ad429200
commit bd419d19af
2 changed files with 13 additions and 2 deletions

View File

@@ -63620,7 +63620,7 @@
"ag-grid-react": "35.0.1",
"brace": "^0.11.1",
"classnames": "^2.5.1",
"core-js": "^3.38.1",
"core-js": "^3.48.0",
"csstype": "^3.2.3",
"d3-format": "^1.3.2",
"d3-interpolate": "^3.0.1",
@@ -63752,6 +63752,17 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"packages/superset-ui-core/node_modules/core-js": {
"version": "3.48.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz",
"integrity": "sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"packages/superset-ui-core/node_modules/d3-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-2.0.0.tgz",

View File

@@ -34,7 +34,7 @@
"brace": "^0.11.1",
"classnames": "^2.5.1",
"csstype": "^3.2.3",
"core-js": "^3.38.1",
"core-js": "^3.48.0",
"d3-format": "^1.3.2",
"dayjs": "^1.11.19",
"d3-interpolate": "^3.0.1",