From a76d75eb6ca00a063d48306e4a123f40ffbc658b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:20:27 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 1.3.1 to 1.3.2 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.1...v1.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9a57ef18911..de67ac33ae3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "jest": "^26.6.3", "jest-serializer-vue": "^2.0.2", "lint-staged": "^10.5.2", - "mini-css-extract-plugin": "^1.3.1", + "mini-css-extract-plugin": "^1.3.2", "npm-run-all": "^4.1.5", "postcss": "^8.1.14", "postcss-loader": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 59b4e5fac03..3e50bbf7ba3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5921,10 +5921,10 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -mini-css-extract-plugin@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz#1375c88b2bc2a9d197670a55761edcd1b5d72f21" - integrity sha512-jIOheqh9EU98rqj6ZaFTYNNDSFqdakNqaUZfkYwaXPjI9batmXVXX+K71NrqRAgtoGefELBMld1EQ7dqSAD5SQ== +mini-css-extract-plugin@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz#e2c9c0ef3f7c1a516916a3ab7b073a761e5b1d26" + integrity sha512-ofYJgCZNm1TToSv02pGANe1lfb31g7ULwNV5Nt31d2dAnVLxFHoguDUAj6U0BLEO7Nrztq4mdtL1yFDaeW7J+A== dependencies: loader-utils "^2.0.0" schema-utils "^3.0.0"