Skip to content

Commit ed28a1d

Browse files
Merge pull request #3899 from RedisInsight/bugfix/synk-consolidate-mr
Synk vulnerabilitiy fixes
2 parents a04a0ca + 7a45d20 commit ed28a1d

File tree

4 files changed

+251
-135
lines changed

4 files changed

+251
-135
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"@elastic/eui": "34.6.0",
216216
"@reduxjs/toolkit": "^1.6.2",
217217
"@stablelib/snappy": "^1.0.2",
218-
"axios": "^1.6.0",
218+
"axios": "^1.7.4",
219219
"brotli-unicode": "^1.0.2",
220220
"buffer": "^6.0.3",
221221
"classnames": "^2.3.1",
@@ -266,7 +266,7 @@
266266
"remark-gfm": "^3.0.1",
267267
"remark-parse": "^10.0.1",
268268
"remark-rehype": "^10.0.1",
269-
"socket.io-client": "^4.4.0",
269+
"socket.io-client": "^4.8.0",
270270
"unified": "^10.1.1",
271271
"unist-util-visit": "^4.1.0",
272272
"url-parse": "^1.5.10",

redisinsight/api/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@
4343
"nanoid": "^3.1.31",
4444
"word-wrap": "1.2.4",
4545
"mocha/minimatch": "^3.0.5",
46-
"@nestjs/platform-socket.io/socket.io": "^4.7.1",
46+
"@nestjs/platform-socket.io/socket.io": "^4.8.0",
4747
"**/semver": "^7.5.2",
4848
"winston-daily-rotate-file/**/file-stream-rotator": "^1.0.0"
4949
},
5050
"dependencies": {
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",
55-
"@nestjs/platform-socket.io": "^10.3.7",
54+
"@nestjs/platform-express": "^10.4.4",
55+
"@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",
63-
"axios": "^1.6.0",
64-
"body-parser": "^1.19.0",
63+
"axios": "^1.7.4",
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",
@@ -84,8 +84,8 @@
8484
"redis": "^4.6.10",
8585
"reflect-metadata": "^0.1.13",
8686
"rxjs": "^7.5.6",
87-
"socket.io": "^4.6.2",
88-
"socket.io-client": "^4.7.5",
87+
"socket.io": "^4.8.0",
88+
"socket.io-client": "^4.8.0",
8989
"source-map-support": "^0.5.19",
9090
"sqlite3": "5.1.7",
9191
"swagger-ui-express": "^4.1.4",

0 commit comments

Comments
 (0)