Skip to content

Commit 0430939

Browse files
committed
Bump express and body parser packages
1 parent 1472049 commit 0430939

File tree

2 files changed

+152
-70
lines changed

2 files changed

+152
-70
lines changed

redisinsight/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151
"@nestjs/common": "^10.3.7",
5252
"@nestjs/core": "^10.3.7",
5353
"@nestjs/event-emitter": "^2.0.4",
54-
"@nestjs/platform-express": "^10.3.7",
54+
"@nestjs/platform-express": "^10.4.4",
5555
"@nestjs/platform-socket.io": "^10.4.4",
5656
"@nestjs/serve-static": "^3.0.0",
5757
"@nestjs/swagger": "^7.3.1",
5858
"@nestjs/typeorm": "^9.0.1",
5959
"@nestjs/websockets": "^10.3.7",
6060
"@okta/okta-auth-js": "^7.3.0",
61-
"@segment/analytics-node": "^2.1.2",
61+
"@segment/analytics-node": "^2.1.3",
6262
"adm-zip": "^0.5.9",
6363
"axios": "^1.6.0",
64-
"body-parser": "^1.19.0",
64+
"body-parser": "^1.20.3",
6565
"busboy": "^1.6.0",
6666
"class-transformer": "^0.2.3",
6767
"class-validator": "^0.14.0",
@@ -70,7 +70,7 @@
7070
"date-fns": "^2.29.3",
7171
"detect-port": "^1.5.1",
7272
"dotenv": "^16.0.0",
73-
"express": "^4.19.2",
73+
"express": "^4.21.0",
7474
"fs-extra": "^10.0.0",
7575
"ioredis": "^5.2.2",
7676
"is-glob": "^4.0.1",

0 commit comments

Comments
 (0)