chore: upgrade aws-sdk v2 to v3 (#6643) (#6693)

Fixes (#6643)

- According to `aws-sdk` v3, each service is packaged as a separate
module, and the codebase uses all of the required AWS services
accordingly. Therefore, removing the direct dependency on `aws-sdk:v2`
to resolve the warning shown in (#6643)

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Naineel Soyantar
2024-08-23 15:40:18 +05:30
committed by GitHub
parent 6f9aa1e870
commit 4c5fc2311f
2 changed files with 8 additions and 117 deletions

View File

@ -71,7 +71,6 @@
"apollo-server-express": "^3.12.0",
"apollo-upload-client": "^17.0.0",
"archiver": "^7.0.1",
"aws-sdk": "^2.1658.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.2.2",