Skip to content

Commit 37fc85f

Browse files
fix(deps): update dependency postcss to v8.2.13 [security] (#755)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52a195e commit 37fc85f

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"node-libs-browser": "2.2.1",
114114
"npm-packlist": "5.0.0",
115115
"ora": "5.3.0",
116-
"postcss": "8.1.0",
116+
"postcss": "8.2.13",
117117
"process": "0.11.10",
118118
"react-dev-utils": "12.0.0-next.60",
119119
"react-refresh": "0.14.0",

yarn.lock

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13038,7 +13038,7 @@ [email protected]:
1303813038
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798"
1303913039
integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==
1304013040

13041-
colorette@^1.2.1:
13041+
colorette@^1.2.2:
1304213042
version "1.4.0"
1304313043
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
1304413044
integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
@@ -18493,7 +18493,7 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
1849318493
dependencies:
1849418494
is-docker "^2.0.0"
1849518495

18496-
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
18496+
isarray@^1.0.0, isarray@~1.0.0:
1849718497
version "1.0.0"
1849818498
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
1849918499
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
@@ -18513,13 +18513,6 @@ isexe@^2.0.0:
1851318513
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
1851418514
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
1851518515

18516-
isobject@^2.0.0:
18517-
version "2.1.0"
18518-
resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
18519-
integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==
18520-
dependencies:
18521-
isarray "1.0.0"
18522-
1852318516
isobject@^3.0.1:
1852418517
version "3.0.1"
1852518518
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
@@ -20220,14 +20213,6 @@ [email protected], lilconfig@^2.0.3, lilconfig@^2.0.5:
2022020213
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52"
2022120214
integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
2022220215

20223-
line-column@^1.0.2:
20224-
version "1.0.2"
20225-
resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
20226-
integrity sha512-Ktrjk5noGYlHsVnYWh62FLVs4hTb8A3e+vucNZMgPeAOITdshMSgv4cCZQeRDjm7+goqmo6+liZwTXo+U3sVww==
20227-
dependencies:
20228-
isarray "^1.0.0"
20229-
isobject "^2.0.0"
20230-
2023120216
lines-and-columns@^1.1.6:
2023220217
version "1.2.4"
2023320218
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -21816,7 +21801,7 @@ nanoclone@^0.2.1:
2181621801
resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4"
2181721802
integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==
2181821803

21819-
nanoid@^3.1.12, nanoid@^3.1.23, nanoid@^3.3.6:
21804+
nanoid@^3.1.22, nanoid@^3.1.23, nanoid@^3.3.6:
2182021805
version "3.3.6"
2182121806
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
2182221807
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
@@ -23918,14 +23903,13 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^
2391823903
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
2391923904
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
2392023905

23921-
postcss@8.1.0:
23922-
version "8.1.0"
23923-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.0.tgz#1be330c7f6971d49726059b9f51785f45273fa70"
23924-
integrity sha512-d3RppIo1DI66oHxA1vdckr5qciQbMIrHvyzuvp2cLJHOLwJHg7X9ncrfw2Ri6Sgiwv/GoXtOwEHJ9E9VSRxXWQ==
23906+
postcss@8.2.13:
23907+
version "8.2.13"
23908+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f"
23909+
integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
2392523910
dependencies:
23926-
colorette "^1.2.1"
23927-
line-column "^1.0.2"
23928-
nanoid "^3.1.12"
23911+
colorette "^1.2.2"
23912+
nanoid "^3.1.22"
2392923913
source-map "^0.6.1"
2393023914

2393123915
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.27:

0 commit comments

Comments
 (0)