|
24 | 24 | }, |
25 | 25 | "license": "MIT", |
26 | 26 | "dependencies": { |
27 | | - "@elastic/elasticsearch":"9.0.3", |
| 27 | + "@elastic/elasticsearch": "9.0.3", |
28 | 28 | "@eosrio/node-abieos": "4.0.2-2039717", |
29 | 29 | "@eosrio/hyperion-plugin-core": "^0.1.0", |
30 | 30 | "@fastify/autoload": "6.3.1", |
31 | 31 | "@fastify/cors": "11.0.1", |
32 | 32 | "@fastify/formbody": "8.0.2", |
33 | | - "@fastify/http-proxy": "11.2.0", |
| 33 | + "@fastify/http-proxy": "11.3.0", |
34 | 34 | "@fastify/mongodb": "9.0.2", |
35 | 35 | "@fastify/rate-limit": "10.3.0", |
36 | 36 | "@fastify/redis": "7.0.2", |
37 | 37 | "@fastify/static": "8.2.0", |
38 | 38 | "@fastify/swagger": "9.5.1", |
39 | 39 | "@fastify/swagger-ui": "5.2.3", |
40 | 40 | "@socket.io/redis-adapter": "8.3.0", |
41 | | - "@wharfkit/antelope": "1.0.13", |
| 41 | + "@wharfkit/antelope": "1.1.0", |
42 | 42 | "amqplib": "0.10.8", |
43 | 43 | "async": "3.2.6", |
44 | 44 | "cli-progress": "3.12.0", |
45 | 45 | "commander": "14.0.0", |
46 | | - "dotenv": "^16.5.0", |
| 46 | + "dotenv": "17.0.1", |
47 | 47 | "fastify": "5.4.0", |
48 | 48 | "fastify-plugin": "5.0.1", |
49 | 49 | "flatstr": "1.0.12", |
50 | 50 | "global-agent": "3.0.0", |
51 | 51 | "ioredis": "5.6.1", |
52 | 52 | "lodash": "4.17.21", |
53 | 53 | "mongodb": "6.17.0", |
54 | | - "nodemailer": "7.0.3", |
| 54 | + "nodemailer": "7.0.4", |
55 | 55 | "socket.io": "4.8.1", |
56 | 56 | "socket.io-client": "4.8.1", |
57 | 57 | "typescript": "5.8.3", |
58 | | - "undici": "7.10.0", |
| 58 | + "undici": "7.11.0", |
59 | 59 | "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0", |
60 | | - "ws": "8.18.2", |
| 60 | + "ws": "8.18.3", |
61 | 61 | "zod": "3.25.67" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@types/amqplib": "0.10.7", |
65 | 65 | "@types/async": "3.2.24", |
66 | 66 | "@types/global-agent": "3.0.0", |
67 | | - "@types/lodash": "4.17.18", |
68 | | - "@types/node": "24.0.3", |
| 67 | + "@types/lodash": "4.17.20", |
| 68 | + "@types/node": "24.0.10", |
69 | 69 | "@types/nodemailer": "6.4.17", |
70 | 70 | "@types/ws": "8.18.1", |
71 | 71 | "nodemon": "^3.1.10" |
|
0 commit comments