chore(deps): update dependency typescript to v3.9.6 (#85)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-14 00:20:57 +03:00 committed by GitHub
parent 1b0697bf5c
commit 3b543a0d4b
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

@ -2880,9 +2880,9 @@
"dev": true
},
"typescript": {
"version": "3.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz",
"integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==",
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==",
"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.2"
"typescript": "3.9.6"
},
"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0",