From dd3b4c210ee191907af6a9bd2e0ae75b2c5856ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Apr 2021 14:45:12 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to v1.5.1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee2a2fd..248a07e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6893,9 +6893,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.5.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz", + "integrity": "sha512-wEpr0XooH6rw/Mlf+9KTJoMBLT3HujzdTrmohPjAzF47N4Q6yAeczQLpRD/WxvAtXvskcXbily7TAdCfi2M4Dg==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index 104f1c5..edb1e82 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-prettier": "3.3.0", "favicons-webpack-plugin": "5.0.0-alpha.3", "html-webpack-plugin": "5.0.0-beta.1", - "mini-css-extract-plugin": "1.3.3", + "mini-css-extract-plugin": "1.5.1", "nexe": "3.3.7", "npm-run-all": "4.1.5", "prettier": "2.2.1",