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

This commit is contained in:
Renovate Bot
2019-11-06 08:04:20 +00:00
parent 5b45a6a06c
commit 367446ecba
73 changed files with 148 additions and 148 deletions

View File

@@ -1164,9 +1164,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg=="
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ=="
},
"unpipe": {
"version": "1.0.0",

View File

@@ -18,7 +18,7 @@
"class-validator": "0.11.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.4"
"typescript": "3.7.2"
},
"devDependencies": {
"@types/node": "7.10.9",