diff --git a/package-lock.json b/package-lock.json index 6da7855c..39f43623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "favicons-webpack-plugin": "^5.0.2", "html-loader": "^3.1.0", "html-webpack-plugin": "^5.3.1", - "mini-css-extract-plugin": "^2.5.3", + "mini-css-extract-plugin": "^2.6.0", "path-browserify": "^1.0.1", "sass": "^1.49.9", "sass-loader": "^12.6.0", @@ -9611,9 +9611,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz", - "integrity": "sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz", + "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==", "dev": true, "dependencies": { "schema-utils": "^4.0.0" @@ -21405,9 +21405,9 @@ } }, "mini-css-extract-plugin": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz", - "integrity": "sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz", + "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==", "dev": true, "requires": { "schema-utils": "^4.0.0" diff --git a/package.json b/package.json index 67695121..a25c465f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "favicons-webpack-plugin": "^5.0.2", "html-loader": "^3.1.0", "html-webpack-plugin": "^5.3.1", - "mini-css-extract-plugin": "^2.5.3", + "mini-css-extract-plugin": "^2.6.0", "path-browserify": "^1.0.1", "sass": "^1.49.9", "sass-loader": "^12.6.0",