From 6abc90c59f5a00d51e24b7694184dd5a7ec94307 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Nov 2021 15:13:49 +0000 Subject: [PATCH] chore(deps): update dependency mini-css-extract-plugin to ^0.12.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef589c5..a2335fc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "html-webpack-plugin": "^4.5.1", "husky": "^4.3.0", "lint-staged": "^10.4.0", - "mini-css-extract-plugin": "^0.11.0", + "mini-css-extract-plugin": "^0.12.0", "node-sass": "^6.0.1", "postcss": "^8.3.6", "postcss-loader": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 2055a24..bb0689e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6961,10 +6961,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -mini-css-extract-plugin@^0.11.0: - version "0.11.3" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6" - integrity sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA== +mini-css-extract-plugin@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" + integrity sha512-z6PQCe9rd1XUwZ8gMaEVwwRyZlrYy8Ba1gRjFP5HcV51HkXX+XlwZ+a1iAYTjSYwgNBXoNR7mhx79mDpOn5fdw== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"