From 324442d53e7f2bd0b5c6a48171150b2ecfd6c10c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 08:36: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-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c236ebf..8168e70 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "react-scripts": "0.6.1" }, "dependencies": { - "axios": "^0.15.2", + "axios": "^1.12.0", "body-parser": "^1.15.2", "express": "^4.14.0", "mongodb": "^2.2.11",