Skip to content

Commit 1fe9670

Browse files
chore(deps): update dependency typescript to v5.7.3
1 parent e76257b commit 1fe9670

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"eslint": "8.56.0",
2525
"eslint-config-next": "14.1.0",
2626
"prettier": "3.2.5",
27-
"typescript": "5.3.3"
27+
"typescript": "5.7.3"
2828
}
2929
}

yarn.lock

+22-6
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,16 @@ streamsearch@^1.1.0:
28732873
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
28742874
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
28752875

2876-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2876+
"string-width-cjs@npm:string-width@^4.2.0":
2877+
version "4.2.3"
2878+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2879+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2880+
dependencies:
2881+
emoji-regex "^8.0.0"
2882+
is-fullwidth-code-point "^3.0.0"
2883+
strip-ansi "^6.0.1"
2884+
2885+
string-width@^4.1.0:
28772886
version "4.2.3"
28782887
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
28792888
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2959,7 +2968,14 @@ string.prototype.trimstart@^1.0.7:
29592968
define-properties "^1.2.0"
29602969
es-abstract "^1.22.1"
29612970

2962-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2971+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2972+
version "6.0.1"
2973+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2974+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2975+
dependencies:
2976+
ansi-regex "^5.0.1"
2977+
2978+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29632979
version "6.0.1"
29642980
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
29652981
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3170,10 +3186,10 @@ typed-array-length@^1.0.4:
31703186
for-each "^0.3.3"
31713187
is-typed-array "^1.1.9"
31723188

3173-
typescript@5.3.3:
3174-
version "5.3.3"
3175-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
3176-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
3189+
typescript@5.7.3:
3190+
version "5.7.3"
3191+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
3192+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
31773193

31783194
unbox-primitive@^1.0.2:
31793195
version "1.0.2"

0 commit comments

Comments
 (0)