Skip to content

Commit 8ab3a8a

Browse files
Update dependency css-loader to v7
1 parent 2d851da commit 8ab3a8a

File tree

2 files changed

+71
-59
lines changed

2 files changed

+71
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"clean-webpack-plugin": "^3.0.0",
3535
"copy-webpack-plugin": "^5.0.0",
3636
"cross-env": "^7.0.0",
37-
"css-loader": "^3.1.0",
37+
"css-loader": "^7.0.0",
3838
"date-fns": "^1.30.1",
3939
"eslint": "^6.1.0",
4040
"eslint-plugin-import": "^2.18.2",

yarn.lock

Lines changed: 70 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,7 @@ camelcase@^2.0.0:
27772777
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
27782778
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
27792779

2780-
camelcase@^5.0.0, camelcase@^5.3.1:
2780+
camelcase@^5.0.0:
27812781
version "5.3.1"
27822782
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
27832783
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
@@ -3421,24 +3421,19 @@ css-has-pseudo@^0.10.0:
34213421
postcss "^7.0.6"
34223422
postcss-selector-parser "^5.0.0-rc.4"
34233423

3424-
css-loader@^3.1.0:
3425-
version "3.6.0"
3426-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
3427-
integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
3424+
css-loader@^7.0.0:
3425+
version "7.1.2"
3426+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-7.1.2.tgz#64671541c6efe06b0e22e750503106bdd86880f8"
3427+
integrity sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==
34283428
dependencies:
3429-
camelcase "^5.3.1"
3430-
cssesc "^3.0.0"
3431-
icss-utils "^4.1.1"
3432-
loader-utils "^1.2.3"
3433-
normalize-path "^3.0.0"
3434-
postcss "^7.0.32"
3435-
postcss-modules-extract-imports "^2.0.0"
3436-
postcss-modules-local-by-default "^3.0.2"
3437-
postcss-modules-scope "^2.2.0"
3438-
postcss-modules-values "^3.0.0"
3439-
postcss-value-parser "^4.1.0"
3440-
schema-utils "^2.7.0"
3441-
semver "^6.3.0"
3429+
icss-utils "^5.1.0"
3430+
postcss "^8.4.33"
3431+
postcss-modules-extract-imports "^3.1.0"
3432+
postcss-modules-local-by-default "^4.0.5"
3433+
postcss-modules-scope "^3.2.0"
3434+
postcss-modules-values "^4.0.0"
3435+
postcss-value-parser "^4.2.0"
3436+
semver "^7.5.4"
34423437

34433438
css-prefers-color-scheme@^3.1.1:
34443439
version "3.1.1"
@@ -5901,12 +5896,10 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24:
59015896
dependencies:
59025897
safer-buffer ">= 2.1.2 < 3"
59035898

5904-
icss-utils@^4.0.0, icss-utils@^4.1.1:
5905-
version "4.1.1"
5906-
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
5907-
integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
5908-
dependencies:
5909-
postcss "^7.0.14"
5899+
icss-utils@^5.0.0, icss-utils@^5.1.0:
5900+
version "5.1.0"
5901+
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
5902+
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
59105903

59115904
ieee754@^1.1.12, ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1:
59125905
version "1.2.1"
@@ -7669,6 +7662,11 @@ nan@^2.13.2:
76697662
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
76707663
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
76717664

7665+
nanoid@^3.3.11:
7666+
version "3.3.11"
7667+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
7668+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
7669+
76727670
nanomatch@^1.2.9:
76737671
version "1.2.13"
76747672
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9253,38 +9251,33 @@ postcss-minify-selectors@^4.0.2:
92539251
postcss "^7.0.0"
92549252
postcss-selector-parser "^3.0.0"
92559253

9256-
postcss-modules-extract-imports@^2.0.0:
9257-
version "2.0.0"
9258-
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
9259-
integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
9260-
dependencies:
9261-
postcss "^7.0.5"
9254+
postcss-modules-extract-imports@^3.1.0:
9255+
version "3.1.0"
9256+
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002"
9257+
integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==
92629258

9263-
postcss-modules-local-by-default@^3.0.2:
9264-
version "3.0.3"
9265-
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
9266-
integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
9259+
postcss-modules-local-by-default@^4.0.5:
9260+
version "4.2.0"
9261+
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz#d150f43837831dae25e4085596e84f6f5d6ec368"
9262+
integrity sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==
92679263
dependencies:
9268-
icss-utils "^4.1.1"
9269-
postcss "^7.0.32"
9270-
postcss-selector-parser "^6.0.2"
9264+
icss-utils "^5.0.0"
9265+
postcss-selector-parser "^7.0.0"
92719266
postcss-value-parser "^4.1.0"
92729267

9273-
postcss-modules-scope@^2.2.0:
9274-
version "2.2.0"
9275-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
9276-
integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
9268+
postcss-modules-scope@^3.2.0:
9269+
version "3.2.1"
9270+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz#1bbccddcb398f1d7a511e0a2d1d047718af4078c"
9271+
integrity sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==
92779272
dependencies:
9278-
postcss "^7.0.6"
9279-
postcss-selector-parser "^6.0.0"
9273+
postcss-selector-parser "^7.0.0"
92809274

9281-
postcss-modules-values@^3.0.0:
9282-
version "3.0.0"
9283-
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
9284-
integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
9275+
postcss-modules-values@^4.0.0:
9276+
version "4.0.0"
9277+
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
9278+
integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
92859279
dependencies:
9286-
icss-utils "^4.0.0"
9287-
postcss "^7.0.6"
9280+
icss-utils "^5.0.0"
92889281

92899282
postcss-nesting@^7.0.0:
92909283
version "7.0.1"
@@ -9517,14 +9510,6 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
95179510
indexes-of "^1.0.1"
95189511
uniq "^1.0.1"
95199512

9520-
postcss-selector-parser@^6.0.0:
9521-
version "6.0.7"
9522-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.7.tgz#48404830a635113a71fd79397de8209ed05a66fc"
9523-
integrity sha512-U+b/Deoi4I/UmE6KOVPpnhS7I7AYdKbhGcat+qTQ27gycvaACvNEw11ba6RrkwVmDVRW7sigWgLj4/KbbJjeDA==
9524-
dependencies:
9525-
cssesc "^3.0.0"
9526-
util-deprecate "^1.0.2"
9527-
95289513
postcss-selector-parser@^6.0.2:
95299514
version "6.0.13"
95309515
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b"
@@ -9533,6 +9518,14 @@ postcss-selector-parser@^6.0.2:
95339518
cssesc "^3.0.0"
95349519
util-deprecate "^1.0.2"
95359520

9521+
postcss-selector-parser@^7.0.0:
9522+
version "7.1.0"
9523+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262"
9524+
integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==
9525+
dependencies:
9526+
cssesc "^3.0.0"
9527+
util-deprecate "^1.0.2"
9528+
95369529
postcss-svgo@^4.0.3:
95379530
version "4.0.3"
95389531
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
@@ -9556,7 +9549,7 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3:
95569549
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
95579550
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
95589551

9559-
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
9552+
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
95609553
version "4.2.0"
95619554
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
95629555
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
@@ -9578,6 +9571,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
95789571
picocolors "^0.2.1"
95799572
source-map "^0.6.1"
95809573

9574+
postcss@^8.4.33:
9575+
version "8.5.6"
9576+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
9577+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
9578+
dependencies:
9579+
nanoid "^3.3.11"
9580+
picocolors "^1.1.1"
9581+
source-map-js "^1.2.1"
9582+
95819583
prelude-ls@~1.1.2:
95829584
version "1.1.2"
95839585
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -10929,6 +10931,11 @@ semver@^7.5.3:
1092910931
dependencies:
1093010932
lru-cache "^6.0.0"
1093110933

10934+
semver@^7.5.4:
10935+
version "7.7.3"
10936+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
10937+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
10938+
1093210939
semver@~5.3.0:
1093310940
version "5.3.0"
1093410941
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -11330,6 +11337,11 @@ source-list-map@^2.0.0:
1133011337
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1133111338
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1133211339

11340+
source-map-js@^1.2.1:
11341+
version "1.2.1"
11342+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
11343+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
11344+
1133311345
source-map-resolve@^0.5.0:
1133411346
version "0.5.3"
1133511347
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)