Skip to content

Commit 7d3f0c3

Browse files
⬆️ upgrade postcss to v8.4.40
1 parent 4dfdb5c commit 7d3f0c3

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
@@ -4314,6 +4314,11 @@ picocolors@^1.0.0:
43144314
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
43154315
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
43164316

4317+
picocolors@^1.0.1:
4318+
version "1.0.1"
4319+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4320+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4321+
43174322
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
43184323
version "2.3.1"
43194324
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -4383,13 +4388,13 @@ [email protected]:
43834388
source-map-js "^1.0.2"
43844389

43854390
postcss@^8.4.16, postcss@^8.4.23:
4386-
version "8.4.33"
4387-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
4388-
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
4391+
version "8.4.40"
4392+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
4393+
integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
43894394
dependencies:
43904395
nanoid "^3.3.7"
4391-
picocolors "^1.0.0"
4392-
source-map-js "^1.0.2"
4396+
picocolors "^1.0.1"
4397+
source-map-js "^1.2.0"
43934398

43944399
prelude-ls@^1.2.1:
43954400
version "1.2.1"
@@ -4832,6 +4837,11 @@ source-map-js@^1.0.2:
48324837
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
48334838
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
48344839

4840+
source-map-js@^1.2.0:
4841+
version "1.2.0"
4842+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
4843+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
4844+
48354845
source-map@^0.7.0:
48364846
version "0.7.4"
48374847
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
@@ -4852,8 +4862,16 @@ streamsearch@^1.1.0:
48524862
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
48534863
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
48544864

4855-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4856-
name string-width-cjs
4865+
"string-width-cjs@npm:string-width@^4.2.0":
4866+
version "4.2.3"
4867+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4868+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4869+
dependencies:
4870+
emoji-regex "^8.0.0"
4871+
is-fullwidth-code-point "^3.0.0"
4872+
strip-ansi "^6.0.1"
4873+
4874+
string-width@^4.1.0:
48574875
version "4.2.3"
48584876
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
48594877
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4937,7 +4955,14 @@ stringify-entities@^4.0.0:
49374955
character-entities-html4 "^2.0.0"
49384956
character-entities-legacy "^3.0.0"
49394957

4940-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4958+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4959+
version "6.0.1"
4960+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4961+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4962+
dependencies:
4963+
ansi-regex "^5.0.1"
4964+
4965+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
49414966
version "6.0.1"
49424967
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
49434968
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)