From b0d26196fc50340cfca4ee27373bf5b81f95e8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:31:01 +0700 Subject: [PATCH] chore(deps-dev): bump @swc/plugin-emotion from 14.9.0 to 14.10.0 in /superset-frontend (#40368) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 8 ++++---- superset-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index b4f9824e6aa..cebad5c320e 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -195,7 +195,7 @@ "@storybook/test-runner": "^0.17.0", "@svgr/webpack": "^8.1.0", "@swc/core": "^1.15.33", - "@swc/plugin-emotion": "^14.9.0", + "@swc/plugin-emotion": "^14.10.0", "@swc/plugin-transform-imports": "^12.5.0", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.9.1", @@ -12568,9 +12568,9 @@ } }, "node_modules/@swc/plugin-emotion": { - "version": "14.9.0", - "resolved": "https://registry.npmjs.org/@swc/plugin-emotion/-/plugin-emotion-14.9.0.tgz", - "integrity": "sha512-h57mL/TsOrhimvHs6KQQLZO1T+D7FQyx+7WS17p9vV228qxmZatF0IgEXMyERWthm1QL7fAB6cEMBCtujSVbyw==", + "version": "14.10.0", + "resolved": "https://registry.npmjs.org/@swc/plugin-emotion/-/plugin-emotion-14.10.0.tgz", + "integrity": "sha512-uhPq0oJHk2/W2Hn6vLaNmbUUgNPPj0FINHISxfs9hqS2Hpv/TVzQFsnbxul1FJEa+YQe1Qebou2esDphwzIuKg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index d4b19b2cfd3..b90b0fd59d6 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -276,7 +276,7 @@ "@storybook/test-runner": "^0.17.0", "@svgr/webpack": "^8.1.0", "@swc/core": "^1.15.33", - "@swc/plugin-emotion": "^14.9.0", + "@swc/plugin-emotion": "^14.10.0", "@swc/plugin-transform-imports": "^12.5.0", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.9.1",