diff --git a/package-lock.json b/package-lock.json index b974def5b..d70414f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-fail-on-console": "^3.1.2", "lint-staged": "^15.2.7", - "mini-css-extract-plugin": "^2.8.1", + "mini-css-extract-plugin": "^2.9.0", "null-loader": "^4.0.1", "postcss": "^8.4.38", "postcss-flexbugs-fixes": "^5.0.2", @@ -23419,9 +23419,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", - "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", + "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", "dev": true, "dependencies": { "schema-utils": "^4.0.0", diff --git a/package.json b/package.json index bd0c1819f..b5fad5e2c 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-fail-on-console": "^3.1.2", "lint-staged": "^15.2.7", - "mini-css-extract-plugin": "^2.8.1", + "mini-css-extract-plugin": "^2.9.0", "null-loader": "^4.0.1", "postcss": "^8.4.38", "postcss-flexbugs-fixes": "^5.0.2",