chore(deps): update dependency typescript to v3.9.7 (#90)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-14 00:42:10 +03:00 committed by GitHub
parent a2914d7903
commit 5cb537e9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2797,9 +2797,9 @@
"dev": true
},
"typescript": {
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==",
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"dev": true
},
"uri-js": {

View File

@ -47,7 +47,7 @@
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"reflect-metadata": "0.1.13",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0",