Skip to content

Commit

Permalink
fix(svc-consents): pin @nestjs/typeorm ^8.1.4
Browse files Browse the repository at this point in the history
| datasource | package         | from  | to    |
| ---------- | --------------- | ----- | ----- |
| npm        | @nestjs/typeorm | 8.0.4 | 8.1.4 |
  • Loading branch information
renovate[bot] authored Jul 13, 2022
1 parent 3cdd9e3 commit c445293
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/backend/svc-consents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@nestjs/jwt": "^9.0.0",
"@nestjs/platform-express": "^9.0.1",
"@nestjs/swagger": "^6.0.3",
"@nestjs/typeorm": "^8.0.4",
"@nestjs/typeorm": "^8.1.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"common-tags": "^1.8.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1285,18 +1285,18 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/typeorm@npm:^8.0.4":
version: 8.0.4
resolution: "@nestjs/typeorm@npm:8.0.4"
"@nestjs/typeorm@npm:^8.1.4":
version: 8.1.4
resolution: "@nestjs/typeorm@npm:8.1.4"
dependencies:
uuid: 8.3.2
peerDependencies:
"@nestjs/common": ^8.0.0
"@nestjs/core": ^8.0.0
reflect-metadata: ^0.1.13
rxjs: ^7.2.0
typeorm: ^0.2.34
checksum: 26b66e4768c02e3dcf5bf487eedcf592ac09e0c80cba3ecba9a0429bb9268ff2b8421a6c165909d27b73e1e170c470d792d9ffc390a4f7480ef749b6f1a01a24
typeorm: ^0.3.0
checksum: 397d2c72a30ae6ceefc8ef37ac0ec84b4265be21090b3a8f4ba3ac0d480604c3edb2ec9b5b7930b6f183d3546fdc60a4213927b40672da0d6d07aaaceb37f71b
languageName: node
linkType: hard

Expand Down Expand Up @@ -8865,7 +8865,7 @@ __metadata:
"@nestjs/schematics": ^9.0.1
"@nestjs/swagger": ^6.0.3
"@nestjs/testing": ^9.0.1
"@nestjs/typeorm": ^8.0.4
"@nestjs/typeorm": ^8.1.4
"@types/common-tags": ^1.8.1
"@types/express": ^4.17.13
"@types/helmet": ^4.0.0
Expand Down

0 comments on commit c445293

Please sign in to comment.