diff --git a/package-lock.json b/package-lock.json index 19f4de42..743f6243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "css-loader": "^6.10.0", "docsify": "^4.13.1", "lodash": "^4.17.20", - "mini-css-extract-plugin": "^2.8.0", + "mini-css-extract-plugin": "^2.8.1", "prismjs": "^1.29.0", "size-limit": "^11.0.2", "webpack": "^5.90.3", @@ -1115,9 +1115,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "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==", + "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==", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" diff --git a/package.json b/package.json index b204c941..8a2c1467 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "css-loader": "^6.10.0", "docsify": "^4.13.1", "lodash": "^4.17.20", - "mini-css-extract-plugin": "^2.8.0", + "mini-css-extract-plugin": "^2.8.1", "prismjs": "^1.29.0", "size-limit": "^11.0.2", "webpack": "^5.90.3",