Merge pull request #2391 from nestjs/renovate/typescript-3.x

fix(deps): update dependency typescript to v3.5.2
This commit is contained in:
Kamil Mysliwiec
2019-06-21 09:55:51 +02:00
committed by GitHub
55 changed files with 99 additions and 99 deletions

View File

@@ -1139,9 +1139,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz",
"integrity": "sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw=="
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz",
"integrity": "sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA=="
},
"unpipe": {
"version": "1.0.0",

View File

@@ -18,7 +18,7 @@
"class-validator": "0.9.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"devDependencies": {
"@types/node": "7.10.6",