From 4fb54705ca785ab62447fe7fac529f990bc06722 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Fri, 18 Jul 2025 02:13:31 +0530 Subject: [PATCH] Removed axios and sha1 packages from backend. --- Backend/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/Backend/package.json b/Backend/package.json index 9a76632..135c8ef 100644 --- a/Backend/package.json +++ b/Backend/package.json @@ -11,7 +11,6 @@ "description": "", "dependencies": { "@google/generative-ai": "^0.24.1", - "axios": "^1.6.8", "bcrypt": "^6.0.0", "cloudinary": "^2.7.0", "cookie-parser": "^1.4.7", @@ -24,7 +23,6 @@ "mongoose": "^8.16.0", "multer": "^2.0.1", "nodemailer": "^7.0.3", - "sha1": "^1.1.1", "socket.io": "^4.8.1" }, "devDependencies": {