Skip to content

Commit 64ce60e

Browse files
Bump postcss from 8.5.8 to 8.5.10 in /servers/lib
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 174b4ed commit 64ce60e

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

servers/lib/yarn.lock

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9350,9 +9350,9 @@ postcss-value-parser@^4.2.0:
93509350
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
93519351

93529352
postcss@^8.5.6, postcss@^8.5.8:
9353-
version "8.5.8"
9354-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
9355-
integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==
9353+
version "8.5.10"
9354+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
9355+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
93569356
dependencies:
93579357
nanoid "^3.3.11"
93589358
picocolors "^1.1.1"
@@ -10904,7 +10904,16 @@ string-to-stream@^3.0.1:
1090410904
dependencies:
1090510905
readable-stream "^3.4.0"
1090610906

10907-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10907+
"string-width-cjs@npm:string-width@^4.2.0":
10908+
version "4.2.3"
10909+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10910+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10911+
dependencies:
10912+
emoji-regex "^8.0.0"
10913+
is-fullwidth-code-point "^3.0.0"
10914+
strip-ansi "^6.0.1"
10915+
10916+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1090810917
version "4.2.3"
1090910918
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1091010919
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11012,7 +11021,14 @@ string_decoder@~1.1.1:
1101211021
dependencies:
1101311022
safe-buffer "~5.1.0"
1101411023

11015-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11024+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11025+
version "6.0.1"
11026+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11027+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11028+
dependencies:
11029+
ansi-regex "^5.0.1"
11030+
11031+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1101611032
version "6.0.1"
1101711033
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1101811034
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12074,8 +12090,7 @@ wordwrap@^1.0.0:
1207412090
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1207512091
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1207612092

12077-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12078-
name wrap-ansi-cjs
12093+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1207912094
version "7.0.0"
1208012095
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1208112096
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12093,6 +12108,15 @@ wrap-ansi@^6.2.0:
1209312108
string-width "^4.1.0"
1209412109
strip-ansi "^6.0.0"
1209512110

12111+
wrap-ansi@^7.0.0:
12112+
version "7.0.0"
12113+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12114+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12115+
dependencies:
12116+
ansi-styles "^4.0.0"
12117+
string-width "^4.1.0"
12118+
strip-ansi "^6.0.0"
12119+
1209612120
wrap-ansi@^8.1.0:
1209712121
version "8.1.0"
1209812122
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)