From d35f3c30498e3a8d8b8eb74a50952489f1c629fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 9 Dec 2022 09:59:39 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to 1.6.2 Update mini-css-extract-plugin to 1.6.2 Update mini-css-extract-plugin from 1.3.3 to 1.6.2 Change-type: patch --- package-lock.json | 27 +++++++++------------------ package.json | 4 ++-- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 976d23b3..2af0efe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3342,12 +3342,14 @@ "dev": true }, "@types/mini-css-extract-plugin": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.2.tgz", - "integrity": "sha512-EoHBJ4rcrd5j7weAFE4yU1gxedx53EFCWKso03G7DW0h2YvtwjKYz/NnuFHudcQDI1HpTLqoQFTwEgfJxygYCw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.3.tgz", + "integrity": "sha512-jyOSVaF4ie2jUGr1uohqeyDrp7ktRthdFxDKzTgbPZtl0QI5geEopW7UKD/DEfn0XgV1KEq/RnZlUmnrEAWbmg==", "dev": true, "requires": { - "@types/webpack": "*" + "@types/node": "*", + "tapable": "^2.2.0", + "webpack": "^5" } }, "@types/minimatch": { @@ -3637,17 +3639,6 @@ "integrity": "sha512-cSjhgrr8g4KbPnnijAr/KJDNKa/bBa+ixYkywFRvrhvi9n1WEl7yYbtRyzE6jqNQiSxxJxoAW3STaOQwJHndaw==", "dev": true }, - "@types/webpack": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-5.28.0.tgz", - "integrity": "sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==", - "dev": true, - "requires": { - "@types/node": "*", - "tapable": "^2.2.0", - "webpack": "^5" - } - }, "@types/webpack-node-externals": { "version": "2.5.3", "resolved": "https://registry.npmjs.org/@types/webpack-node-externals/-/webpack-node-externals-2.5.3.tgz", @@ -12100,9 +12091,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.3.tgz", - "integrity": "sha512-7lvliDSMiuZc81kI+5/qxvn47SCM7BehXex3f2c6l/pR3Goj58IQxZh9nuPQ3AkGQgoETyXuIqLDaO5Oa0TyBw==", + "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, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index de1b551d..62755407 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/chai": "4.3.4", "@types/copy-webpack-plugin": "6.4.3", "@types/mime-types": "2.1.1", - "@types/mini-css-extract-plugin": "1.2.2", + "@types/mini-css-extract-plugin": "1.4.3", "@types/mocha": "8.0.3", "@types/node": "14.18.34", "@types/node-ipc": "9.1.2", @@ -87,7 +87,7 @@ "immutable": "3.8.2", "lint-staged": "10.5.4", "lodash": "4.17.21", - "mini-css-extract-plugin": "1.3.3", + "mini-css-extract-plugin": "1.6.2", "mocha": "8.0.1", "native-addon-loader": "2.0.1", "node-ipc": "9.1.1",