From d772ff303b6f8ccc88ac454d74f64621d9fecd85 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 May 2021 01:27:20 +0000 Subject: [PATCH] fix(deps): update dependency mini-css-extract-plugin to v1.6.0 --- packages/gatsby-plugin-netlify-cms/package.json | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 894ca6d4b0f26..0b606d2658b6a 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -12,7 +12,7 @@ "html-webpack-plugin": "^5.3.1", "html-webpack-tags-plugin": "^3.0.1", "lodash": "^4.17.21", - "mini-css-extract-plugin": "1.5.1", + "mini-css-extract-plugin": "1.6.0", "netlify-identity-widget": "^1.9.1", "webpack": "^5.23.00" }, diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index ce6e51e2163d7..5fad67724eecb 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -109,7 +109,7 @@ "memoizee": "^0.4.15", "micromatch": "^4.0.2", "mime": "^2.4.6", - "mini-css-extract-plugin": "1.5.1", + "mini-css-extract-plugin": "1.6.0", "mitt": "^1.2.0", "mkdirp": "^0.5.1", "moment": "^2.27.0", diff --git a/yarn.lock b/yarn.lock index ba96ae017bab4..063d7098b2d6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18617,10 +18617,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@1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz#c0ac557c48a7de47de3df0768fe037c9cf961f69" - integrity sha512-wEpr0XooH6rw/Mlf+9KTJoMBLT3HujzdTrmohPjAzF47N4Q6yAeczQLpRD/WxvAtXvskcXbily7TAdCfi2M4Dg== +mini-css-extract-plugin@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz#b4db2525af2624899ed64a23b0016e0036411893" + integrity sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw== dependencies: loader-utils "^2.0.0" schema-utils "^3.0.0"