Skip to content

Commit 137630e

Browse files
renovate[bot]renovate-bot
andauthoredMay 6, 2021
fix(deps): update dependency mini-css-extract-plugin to v1.6.0 (#31158)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b2ce9fe commit 137630e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"html-webpack-plugin": "^5.3.1",
1313
"html-webpack-tags-plugin": "^3.0.1",
1414
"lodash": "^4.17.21",
15-
"mini-css-extract-plugin": "1.5.1",
15+
"mini-css-extract-plugin": "1.6.0",
1616
"netlify-identity-widget": "^1.9.1",
1717
"webpack": "^5.23.0"
1818
},

‎packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"memoizee": "^0.4.15",
109109
"micromatch": "^4.0.2",
110110
"mime": "^2.4.6",
111-
"mini-css-extract-plugin": "1.5.1",
111+
"mini-css-extract-plugin": "1.6.0",
112112
"mitt": "^1.2.0",
113113
"mkdirp": "^0.5.1",
114114
"moment": "^2.27.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -18678,10 +18678,10 @@ min-indent@^1.0.0:
1867818678
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
1867918679
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
1868018680

18681-
mini-css-extract-plugin@1.5.1:
18682-
version "1.5.1"
18683-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz#c0ac557c48a7de47de3df0768fe037c9cf961f69"
18684-
integrity sha512-wEpr0XooH6rw/Mlf+9KTJoMBLT3HujzdTrmohPjAzF47N4Q6yAeczQLpRD/WxvAtXvskcXbily7TAdCfi2M4Dg==
18681+
mini-css-extract-plugin@1.6.0:
18682+
version "1.6.0"
18683+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz#b4db2525af2624899ed64a23b0016e0036411893"
18684+
integrity sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==
1868518685
dependencies:
1868618686
loader-utils "^2.0.0"
1868718687
schema-utils "^3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.