From 31bdce0a13e5145ecbc0917877d23786f2d743ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:27:45 +0000 Subject: [PATCH] fix(deps): update dependency react-icons to v5 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f31594f1..47c6a61e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "react-dom": "18.3.1", "react-favicon": "2.0.7", "react-hook-form": "7.71.2", - "react-icons": "4.12.0", + "react-icons": "5.6.0", "react-remove-scroll": "2.7.2", "react-select": "5.10.2", "request-ip": "3.3.0", @@ -13963,9 +13963,9 @@ } }, "node_modules/react-icons": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", - "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", + "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==", "peerDependencies": { "react": "*" } @@ -26996,9 +26996,9 @@ "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==" }, "react-icons": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", - "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==" + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", + "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==" }, "react-is": { "version": "18.2.0", diff --git a/package.json b/package.json index c8644d390..1775b4808 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-dom": "18.3.1", "react-favicon": "2.0.7", "react-hook-form": "7.71.2", - "react-icons": "4.12.0", + "react-icons": "5.6.0", "react-remove-scroll": "2.7.2", "react-select": "5.10.2", "request-ip": "3.3.0",