From c0fff50b92314615011bfa95202e4fb92a9d0b5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 20:03:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5166d20..4033cc3 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,12 @@ "author": "Nirjal Prajapati", "license": "MIT", "dependencies": { - "axios": "^0.21.0", + "axios": "^1.13.5", "bcryptjs": "^2.4.3", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "config": "^3.3.2", "cors": "^2.8.5", - "express": "^4.17.1", + "express": "^4.22.0", "express-validator": "^6.6.1", "gravatar": "^1.8.1", "gravator": "^1.0.2",