Skip to content

Commit b53c2ac

Browse files
committed
Update @nestjs/event-emitter, @nestjs/mongoose, and other dependencies for improved compatibility and features
1 parent 88cba18 commit b53c2ac

File tree

2 files changed

+227
-192
lines changed

2 files changed

+227
-192
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@nestjs/common": "^10.3.9",
5353
"@nestjs/config": "^3.2.2",
5454
"@nestjs/core": "^10.4.8",
55-
"@nestjs/event-emitter": "^2.0.4",
55+
"@nestjs/event-emitter": "^2.1.1",
5656
"@nestjs/jwt": "^10.2.0",
57-
"@nestjs/mongoose": "^10.0.6",
57+
"@nestjs/mongoose": "^10.1.0",
5858
"@nestjs/passport": "^10.0.3",
5959
"@nestjs/platform-express": "^10.4.8",
6060
"@nestjs/swagger": "^8.0.7",
@@ -103,25 +103,25 @@
103103
"devDependencies": {
104104
"@compodoc/compodoc": "^1.1.26",
105105
"@nestjs/cli": "^10.4.8",
106-
"@nestjs/schematics": "^10.1.1",
107-
"@nestjs/testing": "^10.3.9",
106+
"@nestjs/schematics": "^10.2.3",
107+
"@nestjs/testing": "^10.4.8",
108108
"@swc/cli": "^0.5.1",
109-
"@swc/core": "^1.6.5",
109+
"@swc/core": "^1.9.3",
110110
"@types/cookie-parser": "^1.4.7",
111-
"@types/express": "^4.17.21",
111+
"@types/express": "^5.0.0",
112112
"@types/fast-password-entropy": "^1.1.3",
113113
"@types/inquirer": "^9.0.7",
114-
"@types/jest": "^29.5.12",
115-
"@types/multer": "^1.4.11",
116-
"@types/node": "^20.14.8",
117-
"@types/nodemailer": "^6.4.15",
118-
"@types/passport": "^1.0.16",
114+
"@types/jest": "^29.5.14",
115+
"@types/multer": "^1.4.12",
116+
"@types/node": "^22.9.1",
117+
"@types/nodemailer": "^6.4.17",
118+
"@types/passport": "^1.0.17",
119119
"@types/passport-http": "^0.3.11",
120120
"@types/passport-jwt": "^4.0.1",
121121
"@types/passport-local": "^1.0.38",
122122
"@types/supertest": "^6.0.2",
123-
"@typescript-eslint/eslint-plugin": "^7.13.1",
124-
"@typescript-eslint/parser": "^7.13.1",
123+
"@typescript-eslint/eslint-plugin": "^8.15.0",
124+
"@typescript-eslint/parser": "^8.15.0",
125125
"eslint": "^8.42.0",
126126
"eslint-config-prettier": "^9.0.0",
127127
"eslint-plugin-prettier": "^5.0.0",

0 commit comments

Comments
 (0)