From b04dd662ec335e0aaebc851922379cffebd5f6b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:26:07 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 615e74f5..dd9ed0cf 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "@hookform/resolvers": "^2.9.7", - "axios": "^0.27.2", + "axios": "^1.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.34.2",