From f3c2fce34ec4e0cc8c89776fd51db58b43744d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:19:41 +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 3dcca71..470802b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", - "axios": "^0.24.0", + "axios": "^1.6.3", "history": "^5.1.0", "notistack": "^2.0.3", "react": "^17.0.2",