Skip to content

Commit

Permalink
fix(svc-consents): pin @nestjs/typeorm ^8.1.2
Browse files Browse the repository at this point in the history
| datasource | package         | from  | to    |
| ---------- | --------------- | ----- | ----- |
| npm        | @nestjs/typeorm | 8.0.4 | 8.1.2 |
  • Loading branch information
renovate-bot committed Jun 2, 2022
1 parent c8cc091 commit f52f881
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": "^8.0.1",
"@nestjs/platform-express": "^8.4.6",
"@nestjs/swagger": "^5.2.1",
"@nestjs/typeorm": "^8.0.4",
"@nestjs/typeorm": "^8.1.2",
"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 @@ -1256,18 +1256,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.2":
version: 8.1.2
resolution: "@nestjs/typeorm@npm:8.1.2"
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: 9cb93ce1ccb3948084d64e36e11759517c6abb41a5d111accfaf210ff78ce3c53162f7715900b468d6697d122b44266320f9fa59dd777a5c66ff43fb7a41d765
languageName: node
linkType: hard

Expand Down Expand Up @@ -8759,7 +8759,7 @@ __metadata:
"@nestjs/schematics": ^8.0.11
"@nestjs/swagger": ^5.2.1
"@nestjs/testing": ^8.4.6
"@nestjs/typeorm": ^8.0.4
"@nestjs/typeorm": ^8.1.2
"@types/common-tags": ^1.8.1
"@types/express": ^4.17.13
"@types/helmet": ^4.0.0
Expand Down

0 comments on commit f52f881

Please sign in to comment.