From d570aa66a2d34cbad41fde0579baa604cc47cc73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Mar 2025 06:43:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c236ebf..0eec460 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "react-scripts": "0.6.1" }, "dependencies": { - "axios": "^0.15.2", + "axios": "^1.8.2", "body-parser": "^1.15.2", "express": "^4.14.0", "mongodb": "^2.2.11",