chore(deps): update dependency typeorm to ^0.2.44 (#170)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-25 21:13:43 +01:00 committed by GitHub
parent 21e0536a7d
commit 0fd02c4d27
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": { "typeorm": {
"version": "0.2.43", "version": "0.2.44",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.43.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.44.tgz",
"integrity": "sha512-j4SU8I0PsMWtF64s/9tOJmlexzfDsvXhTjSE2GXdSseUN8TYyfbCm/fJnC6lx3uHgBJL4z9bE8U/7qyC/FVmNw==", "integrity": "sha512-yFyb9Ts73vGaS/O06TvLpzvT5U/ngO31GeciNc0eoH7P1QcG8kVZdOy9FHJqkTeDmIljMRgWjbYUoMw53ZY7Xw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sqltools/formatter": "^1.2.2", "@sqltools/formatter": "^1.2.2",

View File

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