Skip to content

Commit 98f4d3d

Browse files
fix(): pin nest monorepo
| 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 |
1 parent bb5b045 commit 98f4d3d

29 files changed

+561
-117
lines changed

.pnp.cjs

+301-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.
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.4.2",
67+
"@nestjs/core": "^9.4.2",
6868
"@nestjs/jwt": "^9.0.0",
69-
"@nestjs/platform-express": "^9.0.11",
69+
"@nestjs/platform-express": "^9.4.2",
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.2.0",
100+
"@nestjs/testing": "^9.4.2",
101101
"@types/common-tags": "^1.8.1",
102102
"@types/express": "^4.17.13",
103103
"@types/jest": "^28.1.8",

0 commit comments

Comments
 (0)