From 88d2f9faa1cf6392a016cfcecf48dbdbb71b8fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:05:34 +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 159e6bb..64be2ba 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/react-transition-group": "4.4.5", "@types/sweetalert": "2.0.4", "@types/yup": "0.32.0", - "axios": "1.1.3", + "axios": "1.6.3", "concurrently": "7.4.0", "cors": "2.8.5", "formik": "2.2.9",