chore(deps): update dependency typeorm to ^0.2.44 (#170)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
21e0536a7d
commit
0fd02c4d27
6
package-lock.json
generated
6
package-lock.json
generated
@ -6119,9 +6119,9 @@
|
||||
}
|
||||
},
|
||||
"typeorm": {
|
||||
"version": "0.2.43",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.43.tgz",
|
||||
"integrity": "sha512-j4SU8I0PsMWtF64s/9tOJmlexzfDsvXhTjSE2GXdSseUN8TYyfbCm/fJnC6lx3uHgBJL4z9bE8U/7qyC/FVmNw==",
|
||||
"version": "0.2.44",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.44.tgz",
|
||||
"integrity": "sha512-yFyb9Ts73vGaS/O06TvLpzvT5U/ngO31GeciNc0eoH7P1QcG8kVZdOy9FHJqkTeDmIljMRgWjbYUoMw53ZY7Xw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
|
@ -48,7 +48,7 @@
|
||||
"sqlite3": "^5.0.2",
|
||||
"ts-jest": "^27.1.3",
|
||||
"ts-node": "^10.5.0",
|
||||
"typeorm": "^0.2.43",
|
||||
"typeorm": "^0.2.44",
|
||||
"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.43"
|
||||
"typeorm": "^0.2.44"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
Loading…
Reference in New Issue
Block a user