@@ -3213,6 +3213,11 @@ camelcase@^4.1.0:
32133213 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
32143214 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
32153215
3216+ camelcase@^6.0.0:
3217+ version "6.2.0"
3218+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
3219+ integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
3220+
32163221camelcase@^6.1.0:
32173222 version "6.1.0"
32183223 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.1.0.tgz#27dc176173725fb0adf8a48b647f4d7871944d78"
@@ -4032,6 +4037,24 @@ css-declaration-sorter@^4.0.1:
40324037 postcss "^7.0.1"
40334038 timsort "^0.3.0"
40344039
4040+ css-loader@4.3.0:
4041+ version "4.3.0"
4042+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e"
4043+ integrity sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==
4044+ dependencies:
4045+ camelcase "^6.0.0"
4046+ cssesc "^3.0.0"
4047+ icss-utils "^4.1.1"
4048+ loader-utils "^2.0.0"
4049+ postcss "^7.0.32"
4050+ postcss-modules-extract-imports "^2.0.0"
4051+ postcss-modules-local-by-default "^3.0.3"
4052+ postcss-modules-scope "^2.2.0"
4053+ postcss-modules-values "^3.0.0"
4054+ postcss-value-parser "^4.1.0"
4055+ schema-utils "^2.7.1"
4056+ semver "^7.3.2"
4057+
40354058css-loader@5.0.0:
40364059 version "5.0.0"
40374060 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.0.tgz#f0a48dfacc3ab9936a05ee16a09e7f313872e117"
@@ -6191,6 +6214,13 @@ iconv-lite@^0.6.2:
61916214 dependencies:
61926215 safer-buffer ">= 2.1.2 < 3.0.0"
61936216
6217+ icss-utils@^4.0.0, icss-utils@^4.1.1:
6218+ version "4.1.1"
6219+ resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
6220+ integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
6221+ dependencies:
6222+ postcss "^7.0.14"
6223+
61946224icss-utils@^5.0.0:
61956225 version "5.0.0"
61966226 resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.0.0.tgz#03ed56c3accd32f9caaf1752ebf64ef12347bb84"
@@ -6478,9 +6508,9 @@ is-color-stop@^1.0.0:
64786508 rgba-regex "^1.0.0"
64796509
64806510is-core-module@^2.0.0:
6481- version "2.0 .0"
6482- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0 .0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d "
6483- integrity sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw ==
6511+ version "2.1 .0"
6512+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1 .0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946 "
6513+ integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA ==
64846514 dependencies:
64856515 has "^1.0.3"
64866516
@@ -9469,11 +9499,28 @@ postcss-minify-selectors@^4.0.2:
94699499 postcss "^7.0.0"
94709500 postcss-selector-parser "^3.0.0"
94719501
9502+ postcss-modules-extract-imports@^2.0.0:
9503+ version "2.0.0"
9504+ resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
9505+ integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
9506+ dependencies:
9507+ postcss "^7.0.5"
9508+
94729509postcss-modules-extract-imports@^3.0.0:
94739510 version "3.0.0"
94749511 resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
94759512 integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
94769513
9514+ postcss-modules-local-by-default@^3.0.3:
9515+ version "3.0.3"
9516+ resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
9517+ integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
9518+ dependencies:
9519+ icss-utils "^4.1.1"
9520+ postcss "^7.0.32"
9521+ postcss-selector-parser "^6.0.2"
9522+ postcss-value-parser "^4.1.0"
9523+
94779524postcss-modules-local-by-default@^4.0.0:
94789525 version "4.0.0"
94799526 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c"
@@ -9483,13 +9530,29 @@ postcss-modules-local-by-default@^4.0.0:
94839530 postcss-selector-parser "^6.0.2"
94849531 postcss-value-parser "^4.1.0"
94859532
9533+ postcss-modules-scope@^2.2.0:
9534+ version "2.2.0"
9535+ resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
9536+ integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
9537+ dependencies:
9538+ postcss "^7.0.6"
9539+ postcss-selector-parser "^6.0.0"
9540+
94869541postcss-modules-scope@^3.0.0:
94879542 version "3.0.0"
94889543 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06"
94899544 integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
94909545 dependencies:
94919546 postcss-selector-parser "^6.0.4"
94929547
9548+ postcss-modules-values@^3.0.0:
9549+ version "3.0.0"
9550+ resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
9551+ integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
9552+ dependencies:
9553+ icss-utils "^4.0.0"
9554+ postcss "^7.0.6"
9555+
94939556postcss-modules-values@^4.0.0:
94949557 version "4.0.0"
94959558 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
@@ -9616,7 +9679,7 @@ postcss-selector-parser@^3.0.0:
96169679 indexes-of "^1.0.1"
96179680 uniq "^1.0.1"
96189681
9619- postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
9682+ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0. 2, postcss-selector-parser@^6.0.4:
96209683 version "6.0.4"
96219684 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3"
96229685 integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==
@@ -9666,7 +9729,7 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
96669729 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
96679730 integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
96689731
9669- "postcss@5 - 7", postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.27, postcss@^7.0.29, postcss@^7.0.32:
9732+ "postcss@5 - 7", postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0. 2, postcss@^7.0.27, postcss@^7.0.29, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6 :
96709733 version "7.0.35"
96719734 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
96729735 integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
@@ -10673,7 +10736,7 @@ schema-utils@^1.0.0:
1067310736 ajv-errors "^1.0.0"
1067410737 ajv-keywords "^3.1.0"
1067510738
10676- schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.7.0:
10739+ schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1 :
1067710740 version "2.7.1"
1067810741 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
1067910742 integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
0 commit comments