From 2fef2c93ceffe0393fa2da1b1704b79e01b37843 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 10:47:25 +0000 Subject: [PATCH] fix: upgrade react-spinners from 0.11.0 to 0.17.0 Snyk has created this PR to upgrade react-spinners from 0.11.0 to 0.17.0. See this package in npm: react-spinners 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..c4de5869 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^5.0.0", "react-simple-chatbot": "^0.6.1", - "react-spinners": "^0.11.0", + "react-spinners": "^0.17.0", "react-text-loop": "^2.3.0", "redux": "^4.1.0", "redux-thunk": "^2.3.0",