Skip to content

Commit a4db3c2

Browse files
committed
chore: update dependencies in package.json
1 parent 01ac182 commit a4db3c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,48 +24,48 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@elastic/elasticsearch":"9.0.3",
27+
"@elastic/elasticsearch": "9.0.3",
2828
"@eosrio/node-abieos": "4.0.2-2039717",
2929
"@eosrio/hyperion-plugin-core": "^0.1.0",
3030
"@fastify/autoload": "6.3.1",
3131
"@fastify/cors": "11.0.1",
3232
"@fastify/formbody": "8.0.2",
33-
"@fastify/http-proxy": "11.2.0",
33+
"@fastify/http-proxy": "11.3.0",
3434
"@fastify/mongodb": "9.0.2",
3535
"@fastify/rate-limit": "10.3.0",
3636
"@fastify/redis": "7.0.2",
3737
"@fastify/static": "8.2.0",
3838
"@fastify/swagger": "9.5.1",
3939
"@fastify/swagger-ui": "5.2.3",
4040
"@socket.io/redis-adapter": "8.3.0",
41-
"@wharfkit/antelope": "1.0.13",
41+
"@wharfkit/antelope": "1.1.0",
4242
"amqplib": "0.10.8",
4343
"async": "3.2.6",
4444
"cli-progress": "3.12.0",
4545
"commander": "14.0.0",
46-
"dotenv": "^16.5.0",
46+
"dotenv": "17.0.1",
4747
"fastify": "5.4.0",
4848
"fastify-plugin": "5.0.1",
4949
"flatstr": "1.0.12",
5050
"global-agent": "3.0.0",
5151
"ioredis": "5.6.1",
5252
"lodash": "4.17.21",
5353
"mongodb": "6.17.0",
54-
"nodemailer": "7.0.3",
54+
"nodemailer": "7.0.4",
5555
"socket.io": "4.8.1",
5656
"socket.io-client": "4.8.1",
5757
"typescript": "5.8.3",
58-
"undici": "7.10.0",
58+
"undici": "7.11.0",
5959
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
60-
"ws": "8.18.2",
60+
"ws": "8.18.3",
6161
"zod": "3.25.67"
6262
},
6363
"devDependencies": {
6464
"@types/amqplib": "0.10.7",
6565
"@types/async": "3.2.24",
6666
"@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",
6969
"@types/nodemailer": "6.4.17",
7070
"@types/ws": "8.18.1",
7171
"nodemon": "^3.1.10"

0 commit comments

Comments
 (0)