chore(deps): update dependency typescript to ^4.7.2 (#225)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-25 12:53:22 +02:00 committed by GitHub
parent 68d7e742cb
commit d0f25250b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -31,7 +31,7 @@
"ts-jest": "^28.0.3", "ts-jest": "^28.0.3",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"typeorm": "^0.2.45", "typeorm": "^0.2.45",
"typescript": "^4.6.4" "typescript": "^4.7.2"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.4.5", "@nestjs/common": "^8.4.5",
@ -7205,9 +7205,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.4", "version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -12920,9 +12920,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.4", "version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true "dev": true
}, },
"unique-filename": { "unique-filename": {

View File

@ -49,7 +49,7 @@
"ts-jest": "^28.0.3", "ts-jest": "^28.0.3",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"typeorm": "^0.2.45", "typeorm": "^0.2.45",
"typescript": "^4.6.4" "typescript": "^4.7.2"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21"