Skip to content

Commit 7d28c34

Browse files
chore(): pin nest monorepo dev
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ----- | | npm | @nestjs/cli | 9.1.1 | 9.1.5 | | npm | @nestjs/common | 9.0.11 | 9.1.6 | | npm | @nestjs/core | 9.0.11 | 9.1.6 | | npm | @nestjs/platform-express | 9.0.11 | 9.1.6 | | npm | @nestjs/schematics | 9.0.1 | 9.0.3 | | npm | @nestjs/testing | 9.0.11 | 9.1.6 |
1 parent bb5b045 commit 7d28c34

21 files changed

+471
-263
lines changed

.pnp.cjs

+260-135
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.

package.json

+6-6
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.1.6",
67+
"@nestjs/core": "^9.1.6",
6868
"@nestjs/jwt": "^9.0.0",
69-
"@nestjs/platform-express": "^9.0.11",
69+
"@nestjs/platform-express": "^9.1.6",
7070
"@nestjs/swagger": "^6.0.5",
7171
"@nestjs/typeorm": "^9.0.1",
7272
"async_hooks": "^1.0.0",
@@ -95,9 +95,9 @@
9595
"@aws-sdk/types": "^3.127.0",
9696
"@commitlint/cli": "^17.0.3",
9797
"@commitlint/config-conventional": "^17.0.3",
98-
"@nestjs/cli": "^9.1.1",
99-
"@nestjs/schematics": "^9.0.1",
100-
"@nestjs/testing": "^9.0.11",
98+
"@nestjs/cli": "^9.1.5",
99+
"@nestjs/schematics": "^9.0.3",
100+
"@nestjs/testing": "^9.1.6",
101101
"@types/common-tags": "^1.8.1",
102102
"@types/express": "^4.17.13",
103103
"@types/jest": "^28.1.8",

0 commit comments

Comments
 (0)