Skip to content

Commit 6d9562f

Browse files
Merge pull request #218 from reactjs/dependabot/npm_and_yarn/postcss-8.5.10
build(deps-dev): bump postcss from 8.4.31 to 8.5.10
2 parents a5a3aee + 045d865 commit 6d9562f

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"mdast-util-to-string": "^1.1.0",
8888
"metro-cache": "0.72.2",
8989
"npm-run-all": "^4.1.5",
90-
"postcss": "^8.4.5",
90+
"postcss": "^8.5.10",
9191
"postcss-flexbugs-fixes": "4.2.1",
9292
"postcss-preset-env": "^6.7.0",
9393
"prettier": "^2.5.1",

yarn.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6060,7 +6060,7 @@ mz@^2.7.0:
60606060
object-assign "^4.0.1"
60616061
thenify-all "^1.0.0"
60626062

6063-
nanoid@^3.3.6:
6063+
nanoid@^3.3.11, nanoid@^3.3.6:
60646064
version "3.3.11"
60656065
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
60666066
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
@@ -6527,12 +6527,7 @@ picocolors@^0.2.1:
65276527
resolved "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz"
65286528
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
65296529

6530-
picocolors@^1.0.0:
6531-
version "1.0.0"
6532-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
6533-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
6534-
6535-
picocolors@^1.1.1:
6530+
picocolors@^1.0.0, picocolors@^1.1.1:
65366531
version "1.1.1"
65376532
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
65386533
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -6910,7 +6905,7 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
69106905
indexes-of "^1.0.1"
69116906
uniq "^1.0.1"
69126907

6913-
postcss@8.4.31, postcss@^8.4.23, postcss@^8.4.5:
6908+
postcss@8.4.31:
69146909
version "8.4.31"
69156910
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
69166911
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
@@ -6927,6 +6922,15 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.
69276922
picocolors "^0.2.1"
69286923
source-map "^0.6.1"
69296924

6925+
postcss@^8.4.23, postcss@^8.5.10:
6926+
version "8.5.10"
6927+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
6928+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
6929+
dependencies:
6930+
nanoid "^3.3.11"
6931+
picocolors "^1.1.1"
6932+
source-map-js "^1.2.1"
6933+
69306934
prelude-ls@^1.2.1:
69316935
version "1.2.1"
69326936
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
@@ -7789,10 +7793,10 @@ slice-ansi@^5.0.0:
77897793
ansi-styles "^6.0.0"
77907794
is-fullwidth-code-point "^4.0.0"
77917795

7792-
source-map-js@^1.0.2:
7793-
version "1.0.2"
7794-
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
7795-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7796+
source-map-js@^1.0.2, source-map-js@^1.2.1:
7797+
version "1.2.1"
7798+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
7799+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
77967800

77977801
source-map@^0.5.0:
77987802
version "0.5.7"

0 commit comments

Comments
 (0)