From 45f7b4e68b9f678ae364d48cd0ee68832555dc46 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Sun, 9 Jan 2022 10:17:11 +0800 Subject: [PATCH] html: update to mini-css-extract-plugin 2.4.6 --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/package.json b/html/package.json index 04afdb7..16f82b6 100644 --- a/html/package.json +++ b/html/package.json @@ -28,7 +28,7 @@ "gulp-inline-source": "^4.0.0", "gulp-rename": "^2.0.0", "html-webpack-plugin": "^5.5.0", - "mini-css-extract-plugin": "^2.4.5", + "mini-css-extract-plugin": "^2.4.6", "node-sass": "^7.0.1", "sass-loader": "^12.4.0", "scssfmt": "^1.0.7", diff --git a/html/yarn.lock b/html/yarn.lock index 225746f..f2319bc 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -4690,10 +4690,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -mini-css-extract-plugin@^2.4.5: - version "2.4.5" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.5.tgz#191d6c170226037212c483af1180b4010b7b9eef" - integrity sha512-oEIhRucyn1JbT/1tU2BhnwO6ft1jjH1iCX9Gc59WFMg0n5773rQU0oyQ0zzeYFFuBfONaRbQJyGoPtuNseMxjA== +mini-css-extract-plugin@^2.4.6: + version "2.4.6" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.6.tgz#0f925aaa02dd26513bac40802062a87ebe32e7cc" + integrity sha512-khHpc29bdsE9EQiGSLqQieLyMbGca+bkC42/BBL1gXC8yAS0nHpOTUCBYUK6En1FuRdfE9wKXhGtsab8vmsugg== dependencies: schema-utils "^4.0.0" -- 2.43.4