Skip to content

Commit c46228c

Browse files
chore(deps-dev): bump typescript from 4.8.4 to 5.7.3 (#158)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.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@v4.8.4...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5379d04 commit c46228c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"stdout-stderr": "^0.1.13",
5151
"ts-node": "^10.9.1",
5252
"tslint": "^6.1.3",
53-
"typescript": "^4.8.4"
53+
"typescript": "^5.7.3"
5454
},
5555
"engines": {
5656
"node": ">= 16.20.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5246,10 +5246,10 @@ typedarray-to-buffer@^3.1.5:
52465246
dependencies:
52475247
is-typedarray "^1.0.0"
52485248

5249-
typescript@^4.8.4:
5250-
version "4.8.4"
5251-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz"
5252-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
5249+
typescript@^5.7.3:
5250+
version "5.7.3"
5251+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
5252+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
52535253

52545254
unbox-primitive@^1.0.2:
52555255
version "1.0.2"

0 commit comments

Comments
 (0)