Skip to content

Commit

Permalink
fix(): pin nest monorepo
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| npm        | @nestjs/common           | 9.0.11 | 9.3.10 |
| npm        | @nestjs/core             | 9.0.11 | 9.3.10 |
| npm        | @nestjs/platform-express | 9.0.11 | 9.3.10 |
| npm        | @nestjs/schematics       | 9.0.1  | 9.0.4  |
| npm        | @nestjs/testing          | 9.0.11 | 9.3.10 |
  • Loading branch information
renovate[bot] authored Mar 18, 2023
1 parent bb5b045 commit 6b12e96
Show file tree
Hide file tree
Showing 27 changed files with 517 additions and 117 deletions.
341 changes: 273 additions & 68 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@aws-sdk/client-s3": "^3.157.0",
"@aws-sdk/lib-storage": "^3.157.0",
"@aws-sdk/node-config-provider": "^3.127.0",
"@nestjs/common": "^9.0.11",
"@nestjs/core": "^9.0.11",
"@nestjs/common": "^9.3.10",
"@nestjs/core": "^9.3.10",
"@nestjs/jwt": "^9.0.0",
"@nestjs/platform-express": "^9.0.11",
"@nestjs/platform-express": "^9.3.10",
"@nestjs/swagger": "^6.0.5",
"@nestjs/typeorm": "^9.0.1",
"async_hooks": "^1.0.0",
Expand Down Expand Up @@ -96,8 +96,8 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@nestjs/cli": "^9.1.1",
"@nestjs/schematics": "^9.0.1",
"@nestjs/testing": "^9.0.11",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.10",
"@types/common-tags": "^1.8.1",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.8",
Expand Down
Loading

0 comments on commit 6b12e96

Please sign in to comment.