From ba33725a5c7c2f3af8d391bb9eba315a68b11b8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:16:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcbc9c0..c661a55 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": "0.19.1", + "axios": "1.6.0", "chalk": "2.4.2", "compression": "1.7.4", "cross-env": "5.2.1",