Skip to content

Commit b44f5e1

Browse files
committed
Update postcss-loader
1 parent eee5d5f commit b44f5e1

File tree

2 files changed

+38
-14
lines changed

2 files changed

+38
-14
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"mini-css-extract-plugin": "1.6.2",
103103
"nightwatch": "0.9.21",
104104
"npm-run-all": "4.1.5",
105-
"postcss": "^8.4.24",
106-
"postcss-loader": "7.3.3",
105+
"postcss": "8.4.24",
106+
"postcss-loader": "8.1.1",
107107
"prettier": "2.8.8",
108108
"react-dev-utils": "11.0.4",
109109
"react-refresh": "0.14.0",

website/yarn.lock

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4069,7 +4069,7 @@ cosmiconfig@^7.0.0:
40694069
path-type "^4.0.0"
40704070
yaml "^1.10.0"
40714071

4072-
cosmiconfig@^8.1.3, cosmiconfig@^8.2.0:
4072+
cosmiconfig@^8.1.3:
40734073
version "8.3.6"
40744074
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
40754075
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
@@ -4079,6 +4079,16 @@ cosmiconfig@^8.1.3, cosmiconfig@^8.2.0:
40794079
parse-json "^5.2.0"
40804080
path-type "^4.0.0"
40814081

4082+
cosmiconfig@^9.0.0:
4083+
version "9.0.0"
4084+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
4085+
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
4086+
dependencies:
4087+
env-paths "^2.2.1"
4088+
import-fresh "^3.3.0"
4089+
js-yaml "^4.1.0"
4090+
parse-json "^5.2.0"
4091+
40824092
create-jest@^29.7.0:
40834093
version "29.7.0"
40844094
resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320"
@@ -4897,6 +4907,11 @@ entities@^4.2.0, entities@^4.4.0, entities@^4.5.0:
48974907
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
48984908
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
48994909

4910+
env-paths@^2.2.1:
4911+
version "2.2.1"
4912+
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
4913+
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
4914+
49004915
envinfo@^7.7.3:
49014916
version "7.14.0"
49024917
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.14.0.tgz#26dac5db54418f2a4c1159153a0b2ae980838aae"
@@ -7504,7 +7519,7 @@ [email protected]:
75047519
import-local "^3.0.2"
75057520
jest-cli "^29.7.0"
75067521

7507-
jiti@^1.18.2:
7522+
jiti@^1.20.0:
75087523
version "1.21.6"
75097524
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268"
75107525
integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==
@@ -8414,7 +8429,7 @@ multicast-dns@^7.2.5:
84148429
dns-packet "^5.2.2"
84158430
thunky "^1.0.2"
84168431

8417-
nanoid@^3.3.7:
8432+
nanoid@^3.3.6, nanoid@^3.3.7:
84188433
version "3.3.7"
84198434
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
84208435
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
@@ -9241,14 +9256,14 @@ postcss-less@^3.1.4:
92419256
dependencies:
92429257
postcss "^7.0.14"
92439258

9244-
postcss-loader@7.3.3:
9245-
version "7.3.3"
9246-
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.3.tgz#6da03e71a918ef49df1bb4be4c80401df8e249dd"
9247-
integrity sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==
9259+
postcss-loader@8.1.1:
9260+
version "8.1.1"
9261+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-8.1.1.tgz#2822589e7522927344954acb55bbf26e8b195dfe"
9262+
integrity sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==
92489263
dependencies:
9249-
cosmiconfig "^8.2.0"
9250-
jiti "^1.18.2"
9251-
semver "^7.3.8"
9264+
cosmiconfig "^9.0.0"
9265+
jiti "^1.20.0"
9266+
semver "^7.5.4"
92529267

92539268
postcss-media-query-parser@^0.2.3:
92549269
version "0.2.3"
@@ -9548,6 +9563,15 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^
95489563
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
95499564
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
95509565

9566+
9567+
version "8.4.24"
9568+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
9569+
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
9570+
dependencies:
9571+
nanoid "^3.3.6"
9572+
picocolors "^1.0.0"
9573+
source-map-js "^1.0.2"
9574+
95519575
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.31, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6:
95529576
version "7.0.39"
95539577
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
@@ -9556,7 +9580,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
95569580
picocolors "^0.2.1"
95579581
source-map "^0.6.1"
95589582

9559-
postcss@^8.4.21, postcss@^8.4.24:
9583+
postcss@^8.4.21:
95609584
version "8.4.49"
95619585
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
95629586
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
@@ -10885,7 +10909,7 @@ source-list-map@^2.0.0:
1088510909
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1088610910
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1088710911

10888-
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.2.1:
10912+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.0.2, source-map-js@^1.2.1:
1088910913
version "1.2.1"
1089010914
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
1089110915
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==

0 commit comments

Comments
 (0)