Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit a857d6f

Browse files
chore(deps-dev): bump typescript from 5.4.4 to 5.5.2 (#21)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.4...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 853e94d commit a857d6f

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
@@ -46,6 +46,6 @@
4646
"prettier": "^3.2.5",
4747
"semantic-release": "^23.0.7",
4848
"ts-node": "^10.9.2",
49-
"typescript": "^5.4.4"
49+
"typescript": "^5.5.2"
5050
}
5151
}

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5359,7 +5359,16 @@ stream-combiner2@~1.1.1:
53595359
duplexer2 "~0.1.0"
53605360
readable-stream "^2.0.2"
53615361

5362-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5362+
"string-width-cjs@npm:string-width@^4.2.0":
5363+
version "4.2.3"
5364+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5365+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5366+
dependencies:
5367+
emoji-regex "^8.0.0"
5368+
is-fullwidth-code-point "^3.0.0"
5369+
strip-ansi "^6.0.1"
5370+
5371+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
53635372
version "4.2.3"
53645373
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
53655374
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5418,7 +5427,14 @@ string_decoder@~1.1.1:
54185427
dependencies:
54195428
safe-buffer "~5.1.0"
54205429

5421-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5430+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5431+
version "6.0.1"
5432+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5433+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5434+
dependencies:
5435+
ansi-regex "^5.0.1"
5436+
5437+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
54225438
version "6.0.1"
54235439
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
54245440
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5762,10 +5778,10 @@ typed-array-length@^1.0.4:
57625778
for-each "^0.3.3"
57635779
is-typed-array "^1.1.9"
57645780

5765-
typescript@^5.4.4:
5766-
version "5.4.4"
5767-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
5768-
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
5781+
typescript@^5.5.2:
5782+
version "5.5.2"
5783+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
5784+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
57695785

57705786
uglify-js@^3.1.4:
57715787
version "3.17.0"
@@ -5953,7 +5969,16 @@ wordwrap@^1.0.0:
59535969
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
59545970
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
59555971

5956-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5972+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5973+
version "7.0.0"
5974+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5975+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5976+
dependencies:
5977+
ansi-styles "^4.0.0"
5978+
string-width "^4.1.0"
5979+
strip-ansi "^6.0.0"
5980+
5981+
wrap-ansi@^7.0.0:
59575982
version "7.0.0"
59585983
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
59595984
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)