From c6e9c35803423563b9d6f8216ee4ad9fe9bb4c0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 18:38:28 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 0.5.0 to 0.11.3 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.5.0 to 0.11.3. - [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/v0.5.0...v0.11.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6ed6a0..a25eebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13261,12 +13261,13 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz", - "integrity": "sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw==", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz", + "integrity": "sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==", "dev": true, "requires": { "loader-utils": "^1.1.0", + "normalize-url": "1.9.1", "schema-utils": "^1.0.0", "webpack-sources": "^1.1.0" }, diff --git a/package.json b/package.json index 93e0a65..b2fb5ba 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "html-webpack-plugin": "4.3.0", "jest": "26.0.1", "jest-cli": "26.0.1", - "mini-css-extract-plugin": "0.5.0", + "mini-css-extract-plugin": "0.11.3", "node-sass": "4.14.0", "optimize-css-assets-webpack-plugin": "5.0.1", "sass-loader": "7.3.1",