From b77c778a4064d3b9eb16ae3c987c1b37c04286e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 01:02:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb874e0..e6a212d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "homepage": "https://github.com/tagraha/react-start#readme", "dependencies": { "app-root-dir": "1.0.2", - "axios": "1.6.4", + "axios": "1.7.4", "chalk": "2.4.2", "compression": "1.7.4", "cross-env": "5.2.1",