diff --git a/package-lock.json b/package-lock.json index 227af62f5..db217f0b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,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", "uuid": "^9.0.1", @@ -1194,9 +1194,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 f71db18ba..32a3f41f4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,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", "uuid": "^9.0.1",