chore(deps): update dependency typeorm to ^0.3.7 (#255)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-06-30 21:19:46 +02:00 committed by GitHub
parent b2d71fed29
commit 5a7716b49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

24
package-lock.json generated
View File

@ -30,14 +30,14 @@
"sqlite3": "^5.0.8",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typeorm": "^0.3.6",
"typeorm": "^0.3.7",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@nestjs/common": "^8.4.7",
"express": "^4.18.1",
"fastify": "^4.1.0",
"typeorm": "^0.3.6"
"typeorm": "^0.3.7"
}
},
"node_modules/@ampproject/remapping": {
@ -6869,9 +6869,9 @@
}
},
"node_modules/typeorm": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.6.tgz",
"integrity": "sha512-DRqgfqcelMiGgWSMbBmVoJNFN2nPNA3EeY2gC324ndr2DZoGRTb9ILtp2oGVGnlA+cu5zgQ6it5oqKFNkte7Aw==",
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.7.tgz",
"integrity": "sha512-MsPJeP6Zuwfe64c++l80+VRqpGEGxf0CkztIEnehQ+CMmQPSHjOnFbFxwBuZ2jiLqZTjLk2ZqQdVF0RmvxNF3Q==",
"dev": true,
"dependencies": {
"@sqltools/formatter": "^1.2.2",
@ -6905,12 +6905,12 @@
},
"peerDependencies": {
"@google-cloud/spanner": "^5.18.0",
"@sap/hana-client": "^2.11.14",
"@sap/hana-client": "^2.12.25",
"better-sqlite3": "^7.1.2",
"hdb-pool": "^0.1.6",
"ioredis": "^4.28.3",
"ioredis": "^5.0.4",
"mongodb": "^3.6.0",
"mssql": "^6.3.1",
"mssql": "^7.3.0",
"mysql2": "^2.2.5",
"oracledb": "^5.1.0",
"pg": "^8.5.1",
@ -6918,7 +6918,7 @@
"pg-query-stream": "^4.0.0",
"redis": "^3.1.1 || ^4.0.0",
"sql.js": "^1.4.0",
"sqlite3": "^5.0.2",
"sqlite3": "^5.0.3",
"ts-node": "^10.7.0",
"typeorm-aurora-data-api-driver": "^2.0.0"
},
@ -12486,9 +12486,9 @@
}
},
"typeorm": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.6.tgz",
"integrity": "sha512-DRqgfqcelMiGgWSMbBmVoJNFN2nPNA3EeY2gC324ndr2DZoGRTb9ILtp2oGVGnlA+cu5zgQ6it5oqKFNkte7Aw==",
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.7.tgz",
"integrity": "sha512-MsPJeP6Zuwfe64c++l80+VRqpGEGxf0CkztIEnehQ+CMmQPSHjOnFbFxwBuZ2jiLqZTjLk2ZqQdVF0RmvxNF3Q==",
"dev": true,
"requires": {
"@sqltools/formatter": "^1.2.2",

View File

@ -48,7 +48,7 @@
"sqlite3": "^5.0.8",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typeorm": "^0.3.6",
"typeorm": "^0.3.7",
"typescript": "^4.7.4"
},
"dependencies": {
@ -58,7 +58,7 @@
"@nestjs/common": "^8.4.7",
"express": "^4.18.1",
"fastify": "^4.1.0",
"typeorm": "^0.3.6"
"typeorm": "^0.3.7"
},
"jest": {
"moduleFileExtensions": [