Skip to content

Commit 133486e

Browse files
chore(dev-deps): bump typescript from 5.5.4 to 5.7.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43c7203 commit 133486e

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/cli-progress": "^3.11.6",
6262
"eslint-plugin-sf-plugin": "^1.20.13",
6363
"ts-node": "^10.9.2",
64-
"typescript": "^5.5.4"
64+
"typescript": "^5.7.3"
6565
},
6666
"publishConfig": {
6767
"access": "public"

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4958,7 +4958,16 @@ stack-utils@^2.0.6:
49584958
dependencies:
49594959
escape-string-regexp "^2.0.0"
49604960

4961-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4961+
"string-width-cjs@npm:string-width@^4.2.0":
4962+
version "4.2.3"
4963+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4964+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4965+
dependencies:
4966+
emoji-regex "^8.0.0"
4967+
is-fullwidth-code-point "^3.0.0"
4968+
strip-ansi "^6.0.1"
4969+
4970+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
49624971
version "4.2.3"
49634972
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
49644973
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5026,7 +5035,14 @@ string_decoder@~1.1.1:
50265035
dependencies:
50275036
safe-buffer "~5.1.0"
50285037

5029-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5038+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5039+
version "6.0.1"
5040+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5041+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5042+
dependencies:
5043+
ansi-regex "^5.0.1"
5044+
5045+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50305046
version "6.0.1"
50315047
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50325048
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5339,10 +5355,10 @@ typedoc@^0.26.5:
53395355
shiki "^1.9.1"
53405356
yaml "^2.4.5"
53415357

5342-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.5.4:
5343-
version "5.5.4"
5344-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
5345-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
5358+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.5.4, typescript@^5.7.3:
5359+
version "5.7.3"
5360+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
5361+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
53465362

53475363
uc.micro@^2.0.0, uc.micro@^2.1.0:
53485364
version "2.1.0"
@@ -5535,7 +5551,7 @@ workerpool@^6.5.1:
55355551
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
55365552
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
55375553

5538-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5554+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
55395555
version "7.0.0"
55405556
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55415557
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5553,6 +5569,15 @@ wrap-ansi@^6.2.0:
55535569
string-width "^4.1.0"
55545570
strip-ansi "^6.0.0"
55555571

5572+
wrap-ansi@^7.0.0:
5573+
version "7.0.0"
5574+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5575+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5576+
dependencies:
5577+
ansi-styles "^4.0.0"
5578+
string-width "^4.1.0"
5579+
strip-ansi "^6.0.0"
5580+
55565581
wrap-ansi@^8.1.0:
55575582
version "8.1.0"
55585583
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)