Skip to content

Commit f7d392a

Browse files
Bump typescript from 4.9.5 to 5.7.3 (#128)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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.9.5...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9d2354 commit f7d392a

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
@@ -39,7 +39,7 @@
3939
"sinon": "^18.0.0",
4040
"ts-node": "^10.9.2",
4141
"tsheredoc": "^1.0.1",
42-
"typescript": "4.9.5"
42+
"typescript": "5.7.3"
4343
},
4444
"engines": {
4545
"node": ">= 20.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4292,10 +4292,10 @@ typedarray-to-buffer@^3.1.5:
42924292
dependencies:
42934293
is-typedarray "^1.0.0"
42944294

4295-
typescript@4.9.5:
4296-
version "4.9.5"
4297-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
4298-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
4295+
typescript@5.7.3:
4296+
version "5.7.3"
4297+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
4298+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
42994299

43004300
unbox-primitive@^1.1.0:
43014301
version "1.1.0"

0 commit comments

Comments
 (0)