mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(deps): update dependency typeorm to v0.3.15
This commit is contained in:
parent
c7ce1d7295
commit
b60d4a2adf
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -59,7 +59,7 @@
|
|||
"reflect-metadata": "0.1.13",
|
||||
"rimraf": "4.4.1",
|
||||
"rxjs": "7.8.0",
|
||||
"typeorm": "0.3.14"
|
||||
"typeorm": "0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "9.4.0",
|
||||
|
|
@ -11964,9 +11964,9 @@
|
|||
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
|
||||
},
|
||||
"node_modules/typeorm": {
|
||||
"version": "0.3.14",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.14.tgz",
|
||||
"integrity": "sha512-tEPEN8qmA2a2wmjkaDcWBZ6LsECHofJW2vaCQMklYs+4JRJMAJ5FfbPIWMbhJ3ANJGMtLAmU1GfC8rLFIpbWsg==",
|
||||
"version": "0.3.15",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.15.tgz",
|
||||
"integrity": "sha512-R4JSw8QjDP1W+ypeRz/XrCXIqubrLSnNAzJAp9EQSQIPHTv+YmUHZis8g08lOwFpuhqL9m8jkPSz8GWEKlU/ow==",
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.5",
|
||||
"app-root-path": "^3.1.0",
|
||||
|
|
@ -12000,7 +12000,7 @@
|
|||
"better-sqlite3": "^7.1.2 || ^8.0.0",
|
||||
"hdb-pool": "^0.1.6",
|
||||
"ioredis": "^5.0.4",
|
||||
"mongodb": "^3.6.0",
|
||||
"mongodb": "^5.2.0",
|
||||
"mssql": "^9.1.1",
|
||||
"mysql2": "^2.2.5 || ^3.0.1",
|
||||
"oracledb": "^5.1.0",
|
||||
|
|
@ -21510,9 +21510,9 @@
|
|||
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
|
||||
},
|
||||
"typeorm": {
|
||||
"version": "0.3.14",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.14.tgz",
|
||||
"integrity": "sha512-tEPEN8qmA2a2wmjkaDcWBZ6LsECHofJW2vaCQMklYs+4JRJMAJ5FfbPIWMbhJ3ANJGMtLAmU1GfC8rLFIpbWsg==",
|
||||
"version": "0.3.15",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.15.tgz",
|
||||
"integrity": "sha512-R4JSw8QjDP1W+ypeRz/XrCXIqubrLSnNAzJAp9EQSQIPHTv+YmUHZis8g08lOwFpuhqL9m8jkPSz8GWEKlU/ow==",
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.5",
|
||||
"app-root-path": "^3.1.0",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
"reflect-metadata": "0.1.13",
|
||||
"rimraf": "4.4.1",
|
||||
"rxjs": "7.8.0",
|
||||
"typeorm": "0.3.14"
|
||||
"typeorm": "0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "9.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue