Skip to content

Commit b62d9cb

Browse files
committed
ci: fix build errors by updating yarn lock
1 parent 3318892 commit b62d9cb

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

yarn.lock

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7047,6 +7047,10 @@ postcss@^8.3.11, postcss@^8.4.32, postcss@^8.4.43, postcss@^8.4.45, postcss@^8.4
70477047
version "8.5.3"
70487048
resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz"
70497049
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
7050+
dependencies:
7051+
nanoid "^3.3.8"
7052+
picocolors "^1.1.1"
7053+
source-map-js "^1.2.1"
70507054

70517055
preact@^10.25.1:
70527056
version "10.26.6"
@@ -7826,7 +7830,7 @@ solid-use@^0.9.0:
78267830
resolved "https://registry.npmjs.org/solid-use/-/solid-use-0.9.1.tgz"
78277831
integrity sha512-UwvXDVPlrrbj/9ewG9ys5uL2IO4jSiwys2KPzK4zsnAcmEl7iDafZWW1Mo4BSEWOmQCGK6IvpmGHo1aou8iOFw==
78287832

7829-
source-map-js@^1.0.1, source-map-js@^1.2.1:
7833+
source-map-js@^1.0.1:
78307834
version "1.2.1"
78317835
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz"
78327836
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
@@ -7887,16 +7891,7 @@ std-env@^3.8.0:
78877891
resolved "https://registry.npmjs.org/std-env/-/std-env-3.8.1.tgz"
78887892
integrity sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==
78897893

7890-
"string-width-cjs@npm:string-width@^4.2.0":
7891-
version "4.2.3"
7892-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
7893-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7894-
dependencies:
7895-
emoji-regex "^8.0.0"
7896-
is-fullwidth-code-point "^3.0.0"
7897-
strip-ansi "^6.0.1"
7898-
7899-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7894+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
79007895
version "4.2.3"
79017896
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
79027897
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7991,14 +7986,7 @@ stringify-entities@^4.0.0:
79917986
character-entities-html4 "^2.0.0"
79927987
character-entities-legacy "^3.0.0"
79937988

7994-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7995-
version "6.0.1"
7996-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
7997-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7998-
dependencies:
7999-
ansi-regex "^5.0.1"
8000-
8001-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7989+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
80027990
version "6.0.1"
80037991
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
80047992
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)