diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c7f08c6e..6342994e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5449,9 +5449,9 @@ } }, "react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", + "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==" }, "react-is": { "version": "16.13.1", diff --git a/frontend/package.json b/frontend/package.json index fca76d99..b437bb16 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "react-datepicker": "^4.11.0", "react-dom": "18.2.0", "react-i18next": "^12.2.2", - "react-icons": "^4.8.0", + "react-icons": "^4.9.0", "react-phone-input-2": "^2.15.1", "react-select": "^5.7.3", "swr": "^2.1.5",