|
43 | 43 | "nanoid": "^3.1.31",
|
44 | 44 | "word-wrap": "1.2.4",
|
45 | 45 | "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", |
47 | 47 | "**/semver": "^7.5.2",
|
48 | 48 | "winston-daily-rotate-file/**/file-stream-rotator": "^1.0.0"
|
49 | 49 | },
|
50 | 50 | "dependencies": {
|
51 | 51 | "@nestjs/common": "^10.3.7",
|
52 | 52 | "@nestjs/core": "^10.3.7",
|
53 | 53 | "@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", |
56 | 56 | "@nestjs/serve-static": "^3.0.0",
|
57 | 57 | "@nestjs/swagger": "^7.3.1",
|
58 | 58 | "@nestjs/typeorm": "^9.0.1",
|
59 | 59 | "@nestjs/websockets": "^10.3.7",
|
60 | 60 | "@okta/okta-auth-js": "^7.3.0",
|
61 |
| - "@segment/analytics-node": "^2.1.2", |
| 61 | + "@segment/analytics-node": "^2.1.3", |
62 | 62 | "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", |
65 | 65 | "busboy": "^1.6.0",
|
66 | 66 | "class-transformer": "^0.2.3",
|
67 | 67 | "class-validator": "^0.14.0",
|
|
70 | 70 | "date-fns": "^2.29.3",
|
71 | 71 | "detect-port": "^1.5.1",
|
72 | 72 | "dotenv": "^16.0.0",
|
73 |
| - "express": "^4.19.2", |
| 73 | + "express": "^4.21.0", |
74 | 74 | "fs-extra": "^10.0.0",
|
75 | 75 | "ioredis": "^5.2.2",
|
76 | 76 | "is-glob": "^4.0.1",
|
|
84 | 84 | "redis": "^4.6.10",
|
85 | 85 | "reflect-metadata": "^0.1.13",
|
86 | 86 | "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", |
89 | 89 | "source-map-support": "^0.5.19",
|
90 | 90 | "sqlite3": "5.1.7",
|
91 | 91 | "swagger-ui-express": "^4.1.4",
|
|
0 commit comments