From a00f4e0de6051e1da44cc66e847fda53fc82278b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 12:06:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bfaae82..e36da883 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "axios": "^0.21.1", + "axios": "^1.6.4", "lodash": "^4.17.10", "react": "^16.4.1", "react-dom": "^16.4.1",