fix(deps): update dependency typescript to v3.6.4

This commit is contained in:
Renovate Bot
2019-10-09 20:38:14 +00:00
parent 39e4157f82
commit 04234ec540
59 changed files with 107 additions and 107 deletions

View File

@@ -1149,9 +1149,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz",
"integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw=="
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg=="
},
"unpipe": {
"version": "1.0.0",

View File

@@ -18,7 +18,7 @@
"class-validator": "0.10.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.3"
"typescript": "3.6.4"
},
"devDependencies": {
"@types/node": "7.10.7",