chore(deps): update dependency typeorm to v0.3.16

This commit is contained in:
renovate[bot] 2023-05-09 19:24:09 +00:00 committed by GitHub
parent b15bfe15ad
commit 5e2a9d6414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View file

@ -61,7 +61,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rxjs": "7.8.1",
"typeorm": "0.3.15"
"typeorm": "0.3.16"
},
"devDependencies": {
"@nestjs/cli": "9.4.2",
@ -11912,15 +11912,16 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
},
"node_modules/typeorm": {
"version": "0.3.15",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.15.tgz",
"integrity": "sha512-R4JSw8QjDP1W+ypeRz/XrCXIqubrLSnNAzJAp9EQSQIPHTv+YmUHZis8g08lOwFpuhqL9m8jkPSz8GWEKlU/ow==",
"version": "0.3.16",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.16.tgz",
"integrity": "sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==",
"dependencies": {
"@sqltools/formatter": "^1.2.5",
"app-root-path": "^3.1.0",
"buffer": "^6.0.3",
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"date-fns": "^2.29.3",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"glob": "^8.1.0",
@ -21453,15 +21454,16 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
},
"typeorm": {
"version": "0.3.15",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.15.tgz",
"integrity": "sha512-R4JSw8QjDP1W+ypeRz/XrCXIqubrLSnNAzJAp9EQSQIPHTv+YmUHZis8g08lOwFpuhqL9m8jkPSz8GWEKlU/ow==",
"version": "0.3.16",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.16.tgz",
"integrity": "sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==",
"requires": {
"@sqltools/formatter": "^1.2.5",
"app-root-path": "^3.1.0",
"buffer": "^6.0.3",
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"date-fns": "^2.29.3",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"glob": "^8.1.0",

View file

@ -78,7 +78,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rxjs": "7.8.1",
"typeorm": "0.3.15"
"typeorm": "0.3.16"
},
"devDependencies": {
"@nestjs/cli": "9.4.2",