Dependencies upgrade (#510)

This commit is contained in:
Montassar Ghanmy
2024-05-07 17:01:56 +01:00
committed by GitHub
parent 0487ceb7b3
commit 3b20806622
15 changed files with 5080 additions and 5846 deletions
+27 -28
View File
@@ -30,7 +30,7 @@
"test:unit:watch": "npm run test:unit -- --watchAll --verbose false | pino-pretty",
"test:merge:json": "npx istanbul report --dir coverage/merged --include 'coverage/**/coverage-final.json' json-summary",
"test:merge:text": "npx istanbul report --dir coverage/merged --include 'coverage/**/coverage-final.json' text > coverage/merged/coverage-report.txt",
"test:all": "jest test --forceExit --coverage --detectOpenHandles --testTimeout=300000 --verbose false --runInBand",
"test:all": "jest test --forceExit --coverage --detectOpenHandles --testTimeout=600000 --verbose false --runInBand",
"kill": "kill $(lsof -t -i:3000) | exit 0"
},
"jest": {
@@ -48,14 +48,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tdrive/tdrive-backend.git"
"url": "git+https://github.com/linagora/twake-drive.git"
},
"author": "Tdrive",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tdrive/tdrive-backend/issues"
"url": "https://github.com/linagora/twake-drive/issues"
},
"homepage": "https://github.com/Tdrive/tdrive-backend#readme",
"homepage": "https://github.com/linagora/twake-drive#readme",
"bin": {
"tdrive-cli": "bin/tdrive-cli"
},
@@ -98,34 +98,37 @@
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.2",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.1.8",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-watch": "^4.2.9",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.9.5"
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@elastic/elasticsearch": "7",
"@fastify/caching": "^7.0.0",
"@fastify/cookie": "^6.0.0",
"@fastify/formbody": "^6.0.0",
"@fastify/static": "^5.0.1",
"@fastify/caching": "^8.3.0",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/formbody": "^7.4.0",
"@fastify/jwt": "^8.0.0",
"@fastify/multipart": "^8.2.0",
"@fastify/sensible": "^5.6.0",
"@fastify/static": "^7.0.3",
"@fastify/swagger": "^8.14.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@opensearch-project/opensearch": "^2.4.0",
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@socket.io/redis-adapter": "^7.2.0",
"@types/http-proxy": "^1.17.11",
"@types/i18n": "^0.13.6",
"@types/pdf-parse": "^1.1.1",
"@types/redis": "^4.0.11",
"@types/http-proxy": "^1.17.14",
"@types/i18n": "^0.13.12",
"@types/pdf-parse": "^1.1.4",
"@types/sharp": "^0.29.5",
"@types/socket.io-parser": "^3.0.0",
"amqp-connection-manager": "^3.7.0",
"amqplib": "^0.8.0",
"analytics-node": "^5.0.0",
"archiver": "^5.3.1",
"axios": "^0.21.3",
"axios": "^1.6.8",
"bcrypt": "^5.0.1",
"cassandra-driver": "^4.6.0",
"class-transformer": "^0.3.1",
@@ -134,29 +137,25 @@
"deep-object-diff": "^1.1.0",
"emoji-name-map": "^1.2.9",
"eta": "^2.2.0",
"fastify": "^3.29.4",
"fastify": "^4.26.2",
"fastify-cors": "^4.1.0",
"fastify-formbody": "^5.0.0",
"fastify-jwt": "^2.2.0",
"fastify-multipart": "5.3.1",
"fastify-plugin": "^2.3.4",
"fastify-plugin": "^4.5.1",
"fastify-sensible": "=3.0.1",
"fastify-socket.io": "^3.0.0",
"fastify-static": "^4.7.0",
"fastify-swagger": "^4.12.6",
"fastify-websocket": "^2.0.11",
"fastify-socket.io": "^5.0.0",
"fastify-websocket": "^4.3.0",
"fluent-ffmpeg": "^2.1.2",
"fold-to-ascii": "^5.0.0",
"free-email-domains": "1.0.26",
"generate-password": "^1.6.0",
"get-website-favicon": "^0.0.7",
"html-metadata-parser": "^2.0.4",
"html-to-text": "^8.2.1",
"i18n": "^0.15.1",
"idtoken-verifier": "^2.2.3",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"lodash": "^4.17.21",
"loupe": "^3.1.0",
"minio": "^7.1.3",
"moment": "^2.29.4",
"mongodb": "^5.9.2",
@@ -181,7 +180,7 @@
"redis": "3",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"sharp": "^0.33.1",
"sharp": "^0.33.3",
"short-uuid": "^4.2.2",
"socket.io": "^4.6.2",
"socket.io-client": "^3.0.0",