Skip to content

Commit e27f964

Browse files
chore: bump typescript from 5.0.4 to 5.1.5 (#1287)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.0.4...v5.1.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e49ba9 commit e27f964

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prettier": "2.8.8",
2929
"semver-compare": "^1.0.0",
3030
"ts-node": "^10.9.1",
31-
"typescript": "^5.0.4"
31+
"typescript": "^5.1.5"
3232
},
3333
"engines": {
3434
"node": "^14.17.6"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1034,10 +1034,10 @@ type-fest@^0.11.0:
10341034
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
10351035
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
10361036

1037-
typescript@^5.0.4:
1038-
version "5.0.4"
1039-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
1040-
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
1037+
typescript@^5.1.5:
1038+
version "5.1.5"
1039+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671"
1040+
integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==
10411041

10421042
uc.micro@^1.0.1, uc.micro@^1.0.5:
10431043
version "1.0.6"

0 commit comments

Comments
 (0)