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.4.2 |
| npm        | @nestjs/core             | 9.0.11 | 9.4.2 |
| npm        | @nestjs/platform-express | 9.0.11 | 9.4.2 |
| npm        | @nestjs/schematics       | 9.0.1  | 9.2.0 |
| npm        | @nestjs/testing          | 9.0.11 | 9.4.2 |
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent bb5b045 commit 98f4d3d
Show file tree
Hide file tree
Showing 29 changed files with 561 additions and 117 deletions.
369 changes: 301 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.
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.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/jwt": "^9.0.0",
"@nestjs/platform-express": "^9.0.11",
"@nestjs/platform-express": "^9.4.2",
"@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.2.0",
"@nestjs/testing": "^9.4.2",
"@types/common-tags": "^1.8.1",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.8",
Expand Down
Loading

0 comments on commit 98f4d3d

Please sign in to comment.