chore(deps): update dependency typescript to v4.3.5

This commit is contained in:
Renovate Bot
2021-07-01 01:01:32 +00:00
committed by renovate[bot]
parent 9ad2882009
commit d5c1bb1233
6 changed files with 12 additions and 12 deletions

View File

@ -653,9 +653,9 @@
"dev": true
},
"typescript": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true
},
"util-deprecate": {

View File

@ -30,6 +30,6 @@
"inquirer": "8.1.1",
"prettier": "2.3.2",
"ts-node": "10.0.0",
"typescript": "4.3.4"
"typescript": "4.3.5"
}
}