diff --git a/package-lock.json b/package-lock.json index 7602d25..1353a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "next": "13.5.6", "react": "18.3.1", "react-dom": "18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.0.0", "typescript": "5.4.5" } }, @@ -5123,9 +5123,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 6ebce00..4c47886 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "next": "13.5.6", "react": "18.3.1", "react-dom": "18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.0.0", "typescript": "5.4.5" } }