🐛Fix bug with sending files with response stream
Also updated another dependencies and removed old version of the fastify multipart plugin
This commit is contained in:
committed by
Anton Shepilov
parent
999e3087e8
commit
2884193072
@@ -92,7 +92,7 @@
|
||||
"form-auto-content": "^2.2.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-mock-extended": "^3.0.4",
|
||||
"nodemon": "^2.0.22",
|
||||
"nodemon": "^3.1.0",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"prettier": "^2.1.2",
|
||||
"rimraf": "^3.0.2",
|
||||
@@ -125,7 +125,7 @@
|
||||
"@types/sharp": "^0.29.5",
|
||||
"amqp-connection-manager": "^3.7.0",
|
||||
"amqplib": "^0.8.0",
|
||||
"analytics-node": "^5.0.0",
|
||||
"analytics-node": "^6.2.0",
|
||||
"archiver": "^5.3.1",
|
||||
"axios": "^1.6.8",
|
||||
"bcrypt": "^5.0.1",
|
||||
@@ -139,9 +139,7 @@
|
||||
"fastify": "^4.26.2",
|
||||
"fastify-cors": "^4.1.0",
|
||||
"fastify-jwt": "^2.2.0",
|
||||
"fastify-multipart": "5.3.1",
|
||||
"fastify-plugin": "^4.5.1",
|
||||
"fastify-sensible": "=3.0.1",
|
||||
"fastify-socket.io": "^5.0.0",
|
||||
"fastify-websocket": "^4.3.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
@@ -182,7 +180,7 @@
|
||||
"sharp": "^0.33.3",
|
||||
"short-uuid": "^4.2.2",
|
||||
"socket.io": "^4.6.2",
|
||||
"socket.io-client": "^3.0.0",
|
||||
"socket.io-client": "^4.7.5",
|
||||
"unoconv-promise": "^1.0.8",
|
||||
"uuid": "^8.3.2",
|
||||
"uuid-time": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user