chore(deps): update dependency typeorm to ^0.2.43 (#166)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-18 09:31:38 +01:00 committed by GitHub
parent 149788fcee
commit ea010f5452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -6119,9 +6119,9 @@
}
},
"typeorm": {
"version": "0.2.42",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.42.tgz",
"integrity": "sha512-vuw1zOhwQFbjy/I3gV2oEzQZrRQ2MlkSx3sARqwOPWTF3Za0k0a1m6arMigPZ/l6TtsQsFzFQ2ozZtK6h64IxQ==",
"version": "0.2.43",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.43.tgz",
"integrity": "sha512-j4SU8I0PsMWtF64s/9tOJmlexzfDsvXhTjSE2GXdSseUN8TYyfbCm/fJnC6lx3uHgBJL4z9bE8U/7qyC/FVmNw==",
"dev": true,
"requires": {
"@sqltools/formatter": "^1.2.2",

View File

@ -48,7 +48,7 @@
"sqlite3": "^5.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typeorm": "^0.2.42",
"typeorm": "^0.2.43",
"typescript": "^4.5.5"
},
"dependencies": {
@ -58,7 +58,7 @@
"@nestjs/common": "^8.3.1",
"express": "^4.17.3",
"fastify": "^3.27.1",
"typeorm": "^0.2.42"
"typeorm": "^0.2.43"
},
"jest": {
"moduleFileExtensions": [