From ab6d7dca12a9d9351c735a4277e4dfc5ec26e2ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 10:47:35 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.1 to 0.30.1 Snyk has created this PR to upgrade axios from 0.21.1 to 0.30.1. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/wambugucoder/project/4ad982c5-88ce-4f1c-98fc-b63137218714?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 27ca78fc..06f6d342 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.0.0", "@testing-library/react": "^10.0.0", "@testing-library/user-event": "^7.2.1", - "axios": "0.21.1", + "axios": "0.30.1", "bootstrap": "5.1.3", "bootstrap-sass": "^3.4.1", "font-awesome": "^4.7.0",