update all packages - pending migrations

This commit is contained in:
Igor Lins e Silva
2023-06-01 20:52:07 -03:00
parent ee3bf26263
commit b9591c3738
2 changed files with 480 additions and 652 deletions
+454 -626
View File
File diff suppressed because it is too large Load Diff
+26 -26
View File
@@ -26,55 +26,55 @@
},
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "^7.17.0",
"@eosrio/node-abieos": "2.1.1",
"@fastify/autoload": "4.0.1",
"@fastify/cors": "7.0.0",
"@fastify/formbody": "^6.0.1",
"@fastify/rate-limit": "^6.0.1",
"@fastify/redis": "^5.0.0",
"@fastify/swagger": "6.1.0",
"@elastic/elasticsearch": "^8.8.0",
"@eosrio/node-abieos": "3.2.0",
"@fastify/autoload": "5.7.1",
"@fastify/cors": "8.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/rate-limit": "^8.0.0",
"@fastify/redis": "^6.1.1",
"@fastify/swagger": "8.5.1",
"@pm2/io": "^5.0.0",
"amqplib": "^0.10.3",
"async": "^3.2.4",
"base-x": "^4.0.0",
"cli-progress": "^3.12.0",
"commander": "^8.3.0",
"cross-fetch": "^3.1.5",
"commander": "^10.0.1",
"cross-fetch": "^3.1.6",
"eosjs": "^22.1.0",
"fast-json-stringify": "2.7.13",
"fastify": "3.29.4",
"fast-json-stringify": "5.7.0",
"fastify": "^4.17.0",
"fastify-elasticsearch": "^2.0.0",
"fastify-plugin": "^3.0.1",
"fastify-plugin": "^4.5.0",
"flatstr": "^1.0.12",
"global-agent": "^3.0.0",
"got": "11.8.5",
"ioredis": "^4.28.5",
"got": "11.8.6",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nodemailer": "^6.9.0",
"pino-pretty": "^9.1.1",
"nodemailer": "^6.9.3",
"pino-pretty": "^10.0.0",
"portfinder": "^1.0.32",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
"socket.io": "4.6.2",
"socket.io-client": "4.6.2",
"socket.io-redis": "^6.1.1",
"telegraf": "^4.12.3-canary.1",
"typescript": "^4.5.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.24.0",
"typescript": "^5.1.3",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0",
"ws": "^8.12.1"
},
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/async": "^3.2.18",
"@types/global-agent": "^2.1.1",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.191",
"@types/node": "^20.1.2",
"@types/nodemailer": "^6.4.7",
"@types/ioredis": "^5.0.0",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
"@types/nodemailer": "^6.4.8",
"@types/ws": "^8.5.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^5.0.10"
"utf-8-validate": "^6.0.3"
}
}