We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa58f7 commit 422ea6bCopy full SHA for 422ea6b
2 files changed
package.json
@@ -24,10 +24,10 @@
24
"major": "npm run release -- --release-as major"
25
},
26
"dependencies": {
27
- "@nestjs/common": "6.11.8",
+ "@nestjs/common": "11.1.6",
28
"@nestjs/core": "6.11.8",
29
"@nestjs/mongoose": "6.3.1",
30
- "@nestjs/platform-express": "6.11.8",
+ "@nestjs/platform-express": "11.1.6",
31
"@nestjs/swagger": "4.2.12",
32
"@nestjsx/crud": "4.4.1",
33
"@typegoose/typegoose": "6.3.2",
@@ -43,9 +43,9 @@
43
"swagger-ui-express": "4.1.3"
44
45
"devDependencies": {
46
- "@nestjs/cli": "6.14.2",
47
- "@nestjs/schematics": "6.9.4",
48
- "@nestjs/testing": "6.11.8",
+ "@nestjs/cli": "11.0.10",
+ "@nestjs/schematics": "11.0.8",
+ "@nestjs/testing": "11.1.6",
49
"@types/express": "4.17.2",
50
"@types/jest": "25.1.3",
51
"@types/node": "13.7.4",
0 commit comments