diff --git a/package-lock.json b/package-lock.json index 9aff1553..93ea9763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react-hook-form": "^7.54.2", "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.4.0", - "react-icons": "^4.12.0", + "react-icons": "^5.4.0", "react-select": "^5.9.0", "use-resize-observer": "^9.1.0", "webm-duration-fix": "^1.0.4", @@ -8789,9 +8789,10 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 88276d68..67804872 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-hook-form": "^7.54.2", "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.4.0", - "react-icons": "^4.12.0", + "react-icons": "^5.4.0", "react-select": "^5.9.0", "use-resize-observer": "^9.1.0", "webm-duration-fix": "^1.0.4",