From 73cf1395b21df16c4383e6f34debcccb64d87228 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 17:14:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c236ebf..726796f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "react-scripts": "0.6.1" }, "dependencies": { - "axios": "^0.15.2", + "axios": "^1.6.3", "body-parser": "^1.15.2", "express": "^4.14.0", "mongodb": "^2.2.11",