Skip to content

Commit 5c2aac5

Browse files
⬆️ upgrade typescript to v5.7.3
1 parent 969f01c commit 5c2aac5

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5414,8 +5414,16 @@ sprintf-js@~1.0.2:
54145414
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
54155415
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
54165416

5417-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5418-
name string-width-cjs
5417+
"string-width-cjs@npm:string-width@^4.2.0":
5418+
version "4.2.3"
5419+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5420+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5421+
dependencies:
5422+
emoji-regex "^8.0.0"
5423+
is-fullwidth-code-point "^3.0.0"
5424+
strip-ansi "^6.0.1"
5425+
5426+
string-width@^4.1.0:
54195427
version "4.2.3"
54205428
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
54215429
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5499,7 +5507,14 @@ stringify-entities@^4.0.0:
54995507
character-entities-html4 "^2.0.0"
55005508
character-entities-legacy "^3.0.0"
55015509

5502-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5510+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5511+
version "6.0.1"
5512+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5513+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5514+
dependencies:
5515+
ansi-regex "^5.0.1"
5516+
5517+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
55035518
version "6.0.1"
55045519
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
55055520
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5810,9 +5825,9 @@ typedarray@^0.0.6:
58105825
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
58115826

58125827
typescript@^5.0.0:
5813-
version "5.3.3"
5814-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5815-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
5828+
version "5.7.3"
5829+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
5830+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
58165831

58175832
unbox-primitive@^1.0.2:
58185833
version "1.0.2"

0 commit comments

Comments
 (0)