From 58eae3513aaa29a791e066037ab3db9eb8ddac16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 08:22:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 880cd725..ad1a25ae 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "Chaitanya Kumar Kamatham ", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^1.12.0", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "express": "^4.17.1",