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

This commit is contained in:
Renovate Bot 2021-10-02 22:38:18 +00:00
parent c537bfff5a
commit 1de4377bfc
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -38,7 +38,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rxjs": "7.3.0", "rxjs": "7.3.0",
"swagger-ui-express": "4.1.6", "swagger-ui-express": "4.1.6",
"typeorm": "0.2.37" "typeorm": "0.2.38"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "8.1.1", "@nestjs/cli": "8.1.1",
@ -11203,9 +11203,9 @@
} }
}, },
"node_modules/typeorm": { "node_modules/typeorm": {
"version": "0.2.37", "version": "0.2.38",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.37.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.38.tgz",
"integrity": "sha512-7rkW0yCgFC24I5T0f3S/twmLSuccPh1SQmxET/oDWn2sSDVzbyWdnItSdKy27CdJGTlKHYtUVeOcMYw5LRsXVw==", "integrity": "sha512-M6Y3KQcAREQcphOVJciywf4mv6+A0I/SeR+lWNjKsjnQ+a3XcMwGYMGL0Jonsx3H0Cqlf/3yYqVki1jIXSK/xg==",
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.2", "@sqltools/formatter": "^1.2.2",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
@ -20654,9 +20654,9 @@
} }
}, },
"typeorm": { "typeorm": {
"version": "0.2.37", "version": "0.2.38",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.37.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.38.tgz",
"integrity": "sha512-7rkW0yCgFC24I5T0f3S/twmLSuccPh1SQmxET/oDWn2sSDVzbyWdnItSdKy27CdJGTlKHYtUVeOcMYw5LRsXVw==", "integrity": "sha512-M6Y3KQcAREQcphOVJciywf4mv6+A0I/SeR+lWNjKsjnQ+a3XcMwGYMGL0Jonsx3H0Cqlf/3yYqVki1jIXSK/xg==",
"requires": { "requires": {
"@sqltools/formatter": "^1.2.2", "@sqltools/formatter": "^1.2.2",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",

View file

@ -54,7 +54,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rxjs": "7.3.0", "rxjs": "7.3.0",
"swagger-ui-express": "4.1.6", "swagger-ui-express": "4.1.6",
"typeorm": "0.2.37" "typeorm": "0.2.38"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "8.1.1", "@nestjs/cli": "8.1.1",