chore(deps): update dependency typeorm to ^0.2.41 (#123)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-01 10:03:20 +01:00 committed by GitHub
parent fe5a952eaf
commit 22c4b3b9e2
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

@ -5203,9 +5203,9 @@
}
},
"typeorm": {
"version": "0.2.40",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.40.tgz",
"integrity": "sha512-F1WQKFl3opokSBNxUdX68uhD1Hpk8mgigsLtJKluI7YRs52+tsHNuaO5gLSzvjYZoLqnYc6pomsCYZMRUT2zxA==",
"version": "0.2.41",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.41.tgz",
"integrity": "sha512-/d8CLJJxKPgsnrZWiMyPI0rz2MFZnBQrnQ5XP3Vu3mswv2WPexb58QM6BEtmRmlTMYN5KFWUz8SKluze+wS9xw==",
"dev": true,
"requires": {
"@sqltools/formatter": "^1.2.2",

View File

@ -48,7 +48,7 @@
"sqlite3": "^5.0.2",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typeorm": "^0.2.40",
"typeorm": "^0.2.41",
"typescript": "^4.5.2"
},
"dependencies": {
@ -58,7 +58,7 @@
"@nestjs/common": "^8.2.3",
"express": "^4.17.1",
"fastify": "^3.24.1",
"typeorm": "^0.2.40"
"typeorm": "^0.2.41"
},
"jest": {
"moduleFileExtensions": [