diff --git a/package-lock.json b/package-lock.json index 565872f3ff..318ea9047a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22531,11 +22531,10 @@ } }, "node_modules/mini-css-extract-plugin": { - "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==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", + "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", "dev": true, - "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" @@ -31673,7 +31672,7 @@ "jest": "29.7.0", "jest-date-mock": "1.0.10", "lodash": "4.17.21", - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.1", "postcss": "8.4.41", "postcss-loader": "8.1.1", "preact": "10.23.2", diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index 874a3d0771..34395666f8 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -53,7 +53,7 @@ "jest": "29.7.0", "jest-date-mock": "1.0.10", "lodash": "4.17.21", - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.1", "postcss": "8.4.41", "postcss-loader": "8.1.1", "preact": "10.23.2",