chore(deps): update dependency typescript to ^4.2.3 (#13)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-05 08:28:46 +01:00 committed by GitHub
parent ba20167cb3
commit 8b5fda3ceb
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

@ -7888,9 +7888,9 @@
}
},
"typescript": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz",
"integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true
},
"union-value": {

View File

@ -46,7 +46,7 @@
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"typeorm": "^0.2.31",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
},
"peerDependencies": {
"@nestjs/common": "^7.6.13",