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.10
This commit is contained in:
parent
b162ede474
commit
4bfbf926c9
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -59,7 +59,7 @@
|
|||
"rimraf": "3.0.2",
|
||||
"rxjs": "7.5.6",
|
||||
"swagger-ui-express": "4.5.0",
|
||||
"typeorm": "0.3.9"
|
||||
"typeorm": "0.3.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "8.2.8",
|
||||
|
|
@ -11666,9 +11666,9 @@
|
|||
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
|
||||
},
|
||||
"node_modules/typeorm": {
|
||||
"version": "0.3.9",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
|
||||
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
|
||||
"version": "0.3.10",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz",
|
||||
"integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==",
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
"app-root-path": "^3.0.0",
|
||||
|
|
@ -21029,9 +21029,9 @@
|
|||
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
|
||||
},
|
||||
"typeorm": {
|
||||
"version": "0.3.9",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
|
||||
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
|
||||
"version": "0.3.10",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz",
|
||||
"integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==",
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
"app-root-path": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
"rimraf": "3.0.2",
|
||||
"rxjs": "7.5.6",
|
||||
"swagger-ui-express": "4.5.0",
|
||||
"typeorm": "0.3.9"
|
||||
"typeorm": "0.3.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "8.2.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue