From f452d26866736b8abe1201b3f03a3b82843863ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Jul 2021 00:15:36 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to v2 --- package-lock.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4238867512..eac42dd92d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,9 +55,10 @@ "html-webpack-plugin": "5.4.0", "inspectpack": "4.7.1", "markdown-include": "0.4.3", - "markdownlint": "0.24.0", - "markdownlint-cli": "0.29.0", - "mini-css-extract-plugin": "2.4.2", + "markdown-spellcheck": "1.3.1", + "markdownlint": "0.23.1", + "markdownlint-cli": "0.27.1", + "mini-css-extract-plugin": "1.6.2", "npm-run-all": "4.1.5", "path-browserify": "1.0.1", "prettier": "2.4.1", @@ -8177,12 +8178,14 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.2.tgz", - "integrity": "sha512-ZmqShkn79D36uerdED+9qdo1ZYG8C1YsWvXu0UMJxurZnSdgz7gQKO2EGv8T55MhDqG3DYmGtizZNpM/UbTlcA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, "dependencies": { - "schema-utils": "^3.1.0" + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "webpack-sources": "^1.1.0" }, "engines": { "node": ">= 12.13.0"