diff --git a/package-lock.json b/package-lock.json index 4ce5e352..a1996018 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "blob-polyfill": "^7.0.20220408", "eslint": "^8.56.0", "eslint-plugin-oxlint": "^0.2.3", - "mini-css-extract-plugin": "^2.7.7", + "mini-css-extract-plugin": "^2.8.0", "monocart-reporter": "^2.3.0", "oxlint": "^0.2.6", "patch-package": "^8.0.0", @@ -18846,12 +18846,13 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.7", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz", - "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", + "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "dev": true, "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" diff --git a/package.json b/package.json index c2f2f8da..cf98bc75 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "blob-polyfill": "^7.0.20220408", "eslint": "^8.56.0", "eslint-plugin-oxlint": "^0.2.3", - "mini-css-extract-plugin": "^2.7.7", + "mini-css-extract-plugin": "^2.8.0", "monocart-reporter": "^2.3.0", "oxlint": "^0.2.6", "patch-package": "^8.0.0",