Skip to content

Commit 55d00da

Browse files
fix(): pin nest monorepo
| 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.0.4 | | npm | @nestjs/testing | 9.0.11 | 9.3.12 |
1 parent bb5b045 commit 55d00da

27 files changed

+517
-117
lines changed

.pnp.cjs

+273-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
"@aws-sdk/client-s3": "^3.157.0",
6464
"@aws-sdk/lib-storage": "^3.157.0",
6565
"@aws-sdk/node-config-provider": "^3.127.0",
66-
"@nestjs/common": "^9.0.11",
67-
"@nestjs/core": "^9.0.11",
66+
"@nestjs/common": "^9.3.12",
67+
"@nestjs/core": "^9.3.12",
6868
"@nestjs/jwt": "^9.0.0",
69-
"@nestjs/platform-express": "^9.0.11",
69+
"@nestjs/platform-express": "^9.3.12",
7070
"@nestjs/swagger": "^6.0.5",
7171
"@nestjs/typeorm": "^9.0.1",
7272
"async_hooks": "^1.0.0",
@@ -96,8 +96,8 @@
9696
"@commitlint/cli": "^17.0.3",
9797
"@commitlint/config-conventional": "^17.0.3",
9898
"@nestjs/cli": "^9.1.1",
99-
"@nestjs/schematics": "^9.0.1",
100-
"@nestjs/testing": "^9.0.11",
99+
"@nestjs/schematics": "^9.0.4",
100+
"@nestjs/testing": "^9.3.12",
101101
"@types/common-tags": "^1.8.1",
102102
"@types/express": "^4.17.13",
103103
"@types/jest": "^28.1.8",

0 commit comments

Comments
 (0)