diff --git a/package-lock.json b/package-lock.json index 7cfcfc994..f33fa484e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "css-loader": "^6.7.3", "docsify": "^4.13.1", "lodash": "^4.17.20", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.7.7", "prismjs": "^1.29.0", "size-limit": "^11.0.1", "uuid": "^9.0.1", @@ -1185,9 +1185,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "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==", "dependencies": { "schema-utils": "^4.0.0" }, diff --git a/package.json b/package.json index 8d9a53c5d..6e072e951 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "css-loader": "^6.7.3", "docsify": "^4.13.1", "lodash": "^4.17.20", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.7.7", "prismjs": "^1.29.0", "size-limit": "^11.0.1", "uuid": "^9.0.1",