Skip to content

Commit 82c3dbd

Browse files
chore(deps-dev): bump mini-css-extract-plugin from 1.4.1 to 2.1.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.4.1 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/v2.1.0/CHANGELOG.md) - [Commits](webpack-contrib/mini-css-extract-plugin@v1.4.1...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 45b64a6 commit 82c3dbd

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"jest": "^26.6.3",
4141
"jest-specific-snapshot": "^4.0.0",
4242
"lint-staged": "^10.5.3",
43-
"mini-css-extract-plugin": "^1.3.4",
43+
"mini-css-extract-plugin": "^2.1.0",
4444
"npm-run-all": "^4.1.5",
4545
"prettier": "^2.2.1",
4646
"prop-types": "^15.7.2",

yarn.lock

+5-15
Original file line numberDiff line numberDiff line change
@@ -4062,14 +4062,12 @@ mimic-fn@^2.1.0:
40624062
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
40634063
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
40644064

4065-
mini-css-extract-plugin@^1.3.4:
4066-
version "1.4.1"
4067-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz#975e27c1d0bd8e052972415f47c79cea5ed37548"
4068-
integrity sha512-COAGbpAsU0ioFzj+/RRfO5Qv177L1Z/XAx2EmCF33b8GDDqKygMffBTws2lit8iaPdrbKEY5P+zsseBUCREZWQ==
4065+
mini-css-extract-plugin@^2.1.0:
4066+
version "2.1.0"
4067+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.1.0.tgz#4aa6558b527ad4c168fee4a20b6092ebe9f98309"
4068+
integrity sha512-SV1GgjMcfqy6hW07rAniUbQE4qS3inh3v4rZEUySkPRWy3vMbS3jUCjMOvNI4lUnDlQYJEmuUqKktTCNY5koFQ==
40694069
dependencies:
4070-
loader-utils "^2.0.0"
40714070
schema-utils "^3.0.0"
4072-
webpack-sources "^1.1.0"
40734071

40744072
minimatch@^3.0.4:
40754073
version "3.0.4"
@@ -5173,7 +5171,7 @@ snapdragon@^0.8.1:
51735171
source-map-resolve "^0.5.0"
51745172
use "^3.1.0"
51755173

5176-
source-list-map@^2.0.0, source-list-map@^2.0.1:
5174+
source-list-map@^2.0.1:
51775175
version "2.0.1"
51785176
resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
51795177
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
@@ -5833,14 +5831,6 @@ webpack-merge@^5.7.3:
58335831
clone-deep "^4.0.1"
58345832
wildcard "^2.0.0"
58355833

5836-
webpack-sources@^1.1.0:
5837-
version "1.4.3"
5838-
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
5839-
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
5840-
dependencies:
5841-
source-list-map "^2.0.0"
5842-
source-map "~0.6.1"
5843-
58445834
webpack-sources@^2.1.1:
58455835
version "2.2.0"
58465836
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac"

0 commit comments

Comments
 (0)