Skip to content

Commit 7049722

Browse files
Update dependency css-loader to v7
1 parent 9a1f0d0 commit 7049722

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
@@ -2779,7 +2779,7 @@ camelcase@^2.0.0:
27792779
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
27802780
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
27812781

2782-
camelcase@^5.0.0, camelcase@^5.3.1:
2782+
camelcase@^5.0.0:
27832783
version "5.3.1"
27842784
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
27852785
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
@@ -3423,24 +3423,19 @@ css-has-pseudo@^0.10.0:
34233423
postcss "^7.0.6"
34243424
postcss-selector-parser "^5.0.0-rc.4"
34253425

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

34453440
css-prefers-color-scheme@^3.1.1:
34463441
version "3.1.1"
@@ -5911,12 +5906,10 @@ [email protected], iconv-lite@^0.4.24:
59115906
dependencies:
59125907
safer-buffer ">= 2.1.2 < 3"
59135908

5914-
icss-utils@^4.0.0, icss-utils@^4.1.1:
5915-
version "4.1.1"
5916-
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
5917-
integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
5918-
dependencies:
5919-
postcss "^7.0.14"
5909+
icss-utils@^5.0.0, icss-utils@^5.1.0:
5910+
version "5.1.0"
5911+
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
5912+
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
59205913

59215914
ieee754@^1.1.12, ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1:
59225915
version "1.2.1"
@@ -7680,6 +7673,11 @@ nan@^2.13.2:
76807673
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
76817674
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
76827675

7676+
nanoid@^3.3.11:
7677+
version "3.3.11"
7678+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
7679+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
7680+
76837681
nanomatch@^1.2.9:
76847682
version "1.2.13"
76857683
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9264,38 +9262,33 @@ postcss-minify-selectors@^4.0.2:
92649262
postcss "^7.0.0"
92659263
postcss-selector-parser "^3.0.0"
92669264

9267-
postcss-modules-extract-imports@^2.0.0:
9268-
version "2.0.0"
9269-
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
9270-
integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
9271-
dependencies:
9272-
postcss "^7.0.5"
9265+
postcss-modules-extract-imports@^3.1.0:
9266+
version "3.1.0"
9267+
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002"
9268+
integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==
92739269

9274-
postcss-modules-local-by-default@^3.0.2:
9275-
version "3.0.3"
9276-
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
9277-
integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
9270+
postcss-modules-local-by-default@^4.0.5:
9271+
version "4.2.0"
9272+
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz#d150f43837831dae25e4085596e84f6f5d6ec368"
9273+
integrity sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==
92789274
dependencies:
9279-
icss-utils "^4.1.1"
9280-
postcss "^7.0.32"
9281-
postcss-selector-parser "^6.0.2"
9275+
icss-utils "^5.0.0"
9276+
postcss-selector-parser "^7.0.0"
92829277
postcss-value-parser "^4.1.0"
92839278

9284-
postcss-modules-scope@^2.2.0:
9285-
version "2.2.0"
9286-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
9287-
integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
9279+
postcss-modules-scope@^3.2.0:
9280+
version "3.2.1"
9281+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz#1bbccddcb398f1d7a511e0a2d1d047718af4078c"
9282+
integrity sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==
92889283
dependencies:
9289-
postcss "^7.0.6"
9290-
postcss-selector-parser "^6.0.0"
9284+
postcss-selector-parser "^7.0.0"
92919285

9292-
postcss-modules-values@^3.0.0:
9293-
version "3.0.0"
9294-
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
9295-
integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
9286+
postcss-modules-values@^4.0.0:
9287+
version "4.0.0"
9288+
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
9289+
integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
92969290
dependencies:
9297-
icss-utils "^4.0.0"
9298-
postcss "^7.0.6"
9291+
icss-utils "^5.0.0"
92999292

93009293
postcss-nesting@^7.0.0:
93019294
version "7.0.1"
@@ -9528,14 +9521,6 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
95289521
indexes-of "^1.0.1"
95299522
uniq "^1.0.1"
95309523

9531-
postcss-selector-parser@^6.0.0:
9532-
version "6.0.7"
9533-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.7.tgz#48404830a635113a71fd79397de8209ed05a66fc"
9534-
integrity sha512-U+b/Deoi4I/UmE6KOVPpnhS7I7AYdKbhGcat+qTQ27gycvaACvNEw11ba6RrkwVmDVRW7sigWgLj4/KbbJjeDA==
9535-
dependencies:
9536-
cssesc "^3.0.0"
9537-
util-deprecate "^1.0.2"
9538-
95399524
postcss-selector-parser@^6.0.2:
95409525
version "6.0.13"
95419526
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b"
@@ -9544,6 +9529,14 @@ postcss-selector-parser@^6.0.2:
95449529
cssesc "^3.0.0"
95459530
util-deprecate "^1.0.2"
95469531

9532+
postcss-selector-parser@^7.0.0:
9533+
version "7.1.0"
9534+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262"
9535+
integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==
9536+
dependencies:
9537+
cssesc "^3.0.0"
9538+
util-deprecate "^1.0.2"
9539+
95479540
postcss-svgo@^4.0.3:
95489541
version "4.0.3"
95499542
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
@@ -9567,7 +9560,7 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3:
95679560
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
95689561
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
95699562

9570-
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
9563+
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
95719564
version "4.2.0"
95729565
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
95739566
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
@@ -9589,6 +9582,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
95899582
picocolors "^0.2.1"
95909583
source-map "^0.6.1"
95919584

9585+
postcss@^8.4.33:
9586+
version "8.5.6"
9587+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
9588+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
9589+
dependencies:
9590+
nanoid "^3.3.11"
9591+
picocolors "^1.1.1"
9592+
source-map-js "^1.2.1"
9593+
95929594
prelude-ls@~1.1.2:
95939595
version "1.1.2"
95949596
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -10931,6 +10933,11 @@ semver@^7.5.3:
1093110933
dependencies:
1093210934
lru-cache "^6.0.0"
1093310935

10936+
semver@^7.5.4:
10937+
version "7.7.3"
10938+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
10939+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
10940+
1093410941
semver@~5.3.0:
1093510942
version "5.3.0"
1093610943
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -11332,6 +11339,11 @@ source-list-map@^2.0.0:
1133211339
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1133311340
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1133411341

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

0 commit comments

Comments
 (0)