Resolved conflict by deleting multer.js and updated packages

This commit is contained in:
2025-06-20 16:28:43 +05:30
committed by Kshitij
parent 5484b122a1
commit 7ad0db73b0
3 changed files with 745 additions and 3509 deletions
+11 -14
View File
@@ -10,23 +10,20 @@
"license": "ISC",
"description": "",
"dependencies": {
"@google/generative-ai": "^0.22.0",
"@huggingface/transformers": "^3.3.3",
"@xenova/transformers": "^2.17.2",
"bcrypt": "^5.1.1",
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.6",
"@google/generative-ai": "^0.24.1",
"bcrypt": "^6.0.0",
"cloudinary": "^2.7.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jimp": "^1.6.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"socket.io": "^4.7.5"
"mongoose": "^8.16.0",
"multer": "^2.0.1",
"nodemailer": "^7.0.3",
"socket.io": "^4.8.1"
},
"devDependencies": {
"nodemon": "^3.1.4"
"nodemon": "^3.1.10"
}
}