mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency typeorm to v0.3.7
This commit is contained in:
parent
83d3c7dd72
commit
20d90a91f7
2 changed files with 12 additions and 12 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
|
@ -59,7 +59,7 @@
|
|||
"rimraf": "3.0.2",
|
||||
"rxjs": "7.5.5",
|
||||
"swagger-ui-express": "4.4.0",
|
||||
"typeorm": "0.3.6"
|
||||
"typeorm": "0.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "8.2.8",
|
||||
|
|
@ -11727,9 +11727,9 @@
|
|||
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
|
||||
},
|
||||
"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==",
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
"app-root-path": "^3.0.0",
|
||||
|
|
@ -11762,12 +11762,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",
|
||||
|
|
@ -11775,7 +11775,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"
|
||||
},
|
||||
|
|
@ -21132,9 +21132,9 @@
|
|||
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
|
||||
},
|
||||
"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==",
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
"app-root-path": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
"rimraf": "3.0.2",
|
||||
"rxjs": "7.5.5",
|
||||
"swagger-ui-express": "4.4.0",
|
||||
"typeorm": "0.3.6"
|
||||
"typeorm": "0.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "8.2.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue