Skip to content

Commit cdb7a89

Browse files
chore: bump typescript from 5.0.2 to 5.0.3 (#1249)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09d9447 commit cdb7a89

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.7",
2929
"semver-compare": "^1.0.0",
3030
"ts-node": "^10.9.1",
31-
"typescript": "^5.0.2"
31+
"typescript": "^5.0.3"
3232
},
3333
"engines": {
3434
"node": "^14.17.6"

yarn.lock

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

1035-
typescript@^5.0.2:
1036-
version "5.0.2"
1037-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
1038-
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
1035+
typescript@^5.0.3:
1036+
version "5.0.3"
1037+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
1038+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
10391039

10401040
uc.micro@^1.0.1, uc.micro@^1.0.5:
10411041
version "1.0.6"

0 commit comments

Comments
 (0)