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

This commit is contained in:
renovate[bot] 2022-08-28 18:47:28 +00:00 committed by GitHub
parent 4eb9c97d5c
commit 2b8ea7352b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -59,7 +59,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rxjs": "7.5.6", "rxjs": "7.5.6",
"swagger-ui-express": "4.5.0", "swagger-ui-express": "4.5.0",
"typeorm": "0.3.8" "typeorm": "0.3.9"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "8.2.8", "@nestjs/cli": "8.2.8",
@ -11663,9 +11663,9 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
}, },
"node_modules/typeorm": { "node_modules/typeorm": {
"version": "0.3.8", "version": "0.3.9",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.8.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
"integrity": "sha512-77PNamypfwieZlhwbUAjMudX2T+5F6JCoNR18RdKenJ5Uu+9gc9AWa1kmz/2hH84MU23lGqPCu8u2lKnlfsN2g==", "integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.2", "@sqltools/formatter": "^1.2.2",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
@ -21019,9 +21019,9 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
}, },
"typeorm": { "typeorm": {
"version": "0.3.8", "version": "0.3.9",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.8.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
"integrity": "sha512-77PNamypfwieZlhwbUAjMudX2T+5F6JCoNR18RdKenJ5Uu+9gc9AWa1kmz/2hH84MU23lGqPCu8u2lKnlfsN2g==", "integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
"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

@ -75,7 +75,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rxjs": "7.5.6", "rxjs": "7.5.6",
"swagger-ui-express": "4.5.0", "swagger-ui-express": "4.5.0",
"typeorm": "0.3.8" "typeorm": "0.3.9"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "8.2.8", "@nestjs/cli": "8.2.8",