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.12 |
| npm        | @nestjs/core             | 9.0.11 | 9.3.12 |
| npm        | @nestjs/platform-express | 9.0.11 | 9.3.12 |
| npm        | @nestjs/schematics       | 9.0.1  | 9.1.0  |
| npm        | @nestjs/testing          | 9.0.11 | 9.3.12 |
  • Loading branch information
renovate[bot] authored Mar 31, 2023
1 parent bb5b045 commit 4969d3d
Show file tree
Hide file tree
Showing 28 changed files with 544 additions and 117 deletions.
361 changes: 293 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.
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.12",
"@nestjs/core": "^9.3.12",
"@nestjs/jwt": "^9.0.0",
"@nestjs/platform-express": "^9.0.11",
"@nestjs/platform-express": "^9.3.12",
"@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.1.0",
"@nestjs/testing": "^9.3.12",
"@types/common-tags": "^1.8.1",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.8",
Expand Down
Loading

0 comments on commit 4969d3d

Please sign in to comment.