Skip to content

Commit b031a0f

Browse files
⬆️ upgrade postcss to v8.4.40
1 parent 969f01c commit b031a0f

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

yarn.lock

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4814,6 +4814,11 @@ picocolors@^1.0.0:
48144814
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
48154815
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
48164816

4817+
picocolors@^1.0.1:
4818+
version "1.0.1"
4819+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4820+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4821+
48174822
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
48184823
version "2.3.1"
48194824
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -4883,13 +4888,13 @@ [email protected]:
48834888
source-map-js "^1.0.2"
48844889

48854890
postcss@^8.4.16, postcss@^8.4.23:
4886-
version "8.4.33"
4887-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
4888-
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
4891+
version "8.4.40"
4892+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
4893+
integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
48894894
dependencies:
48904895
nanoid "^3.3.7"
4891-
picocolors "^1.0.0"
4892-
source-map-js "^1.0.2"
4896+
picocolors "^1.0.1"
4897+
source-map-js "^1.2.0"
48934898

48944899
prelude-ls@^1.2.1:
48954900
version "1.2.1"
@@ -5399,6 +5404,11 @@ source-map-js@^1.0.2:
53995404
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
54005405
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
54015406

5407+
source-map-js@^1.2.0:
5408+
version "1.2.0"
5409+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
5410+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
5411+
54025412
source-map@^0.7.0:
54035413
version "0.7.4"
54045414
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
@@ -5414,8 +5424,16 @@ sprintf-js@~1.0.2:
54145424
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
54155425
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
54165426

5417-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5418-
name string-width-cjs
5427+
"string-width-cjs@npm:string-width@^4.2.0":
5428+
version "4.2.3"
5429+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5430+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5431+
dependencies:
5432+
emoji-regex "^8.0.0"
5433+
is-fullwidth-code-point "^3.0.0"
5434+
strip-ansi "^6.0.1"
5435+
5436+
string-width@^4.1.0:
54195437
version "4.2.3"
54205438
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
54215439
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5499,7 +5517,14 @@ stringify-entities@^4.0.0:
54995517
character-entities-html4 "^2.0.0"
55005518
character-entities-legacy "^3.0.0"
55015519

5502-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5520+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5521+
version "6.0.1"
5522+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5523+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5524+
dependencies:
5525+
ansi-regex "^5.0.1"
5526+
5527+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
55035528
version "6.0.1"
55045529
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
55055530
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)