diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index f549fd4e9261..269629a252dd 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -251,7 +251,7 @@ "jsdom": "^27.0.0", "lerna": "^8.2.3", "lightningcss": "^1.30.2", - "mini-css-extract-plugin": "^2.9.0", + "mini-css-extract-plugin": "^2.9.4", "open-cli": "^8.0.0", "oxlint": "^1.16.0", "po2json": "^0.4.5", @@ -40540,9 +40540,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", - "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz", + "integrity": "sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -65649,12 +65649,6 @@ "react-dom": "^17.0.2" } }, - "plugins/plugin-chart-table/node_modules/@types/d3-array": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz", - "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==", - "license": "MIT" - }, "plugins/plugin-chart-word-cloud": { "name": "@superset-ui/plugin-chart-word-cloud", "version": "0.20.4", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 3eb46c4666fb..9ed05d9bb9b5 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -330,7 +330,7 @@ "jsdom": "^27.0.0", "lerna": "^8.2.3", "lightningcss": "^1.30.2", - "mini-css-extract-plugin": "^2.9.0", + "mini-css-extract-plugin": "^2.9.4", "open-cli": "^8.0.0", "oxlint": "^1.16.0", "po2json": "^0.4.5",