Skip to content

Commit bdd31db

Browse files
chore: bump typescript from 4.3.4 to 4.3.5 (coder#459)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.3.4...v4.3.5) --- 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 5c9410c commit bdd31db

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
@@ -26,7 +26,7 @@
2626
"prettier": "2.3.2",
2727
"semver-compare": "^1.0.0",
2828
"ts-node": "^10.0.0",
29-
"typescript": "^4.3.4"
29+
"typescript": "^4.3.5"
3030
},
3131
"engines": {
3232
"node": "^12.16.0"

yarn.lock

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

1126-
typescript@^4.3.4:
1127-
version "4.3.4"
1128-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
1129-
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
1126+
typescript@^4.3.5:
1127+
version "4.3.5"
1128+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
1129+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
11301130

11311131
uc.micro@^1.0.1, uc.micro@^1.0.5:
11321132
version "1.0.6"

0 commit comments

Comments
 (0)