diff --git a/package-lock.json b/package-lock.json index 4e09142..12e2933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "next-themes": "^0.2.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-type-animation": "^3.2.0", "react-vertical-timeline-component": "^3.6.0", "sanity": "^3.30.1", @@ -9361,9 +9361,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.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 7af4d41..509aff2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "next-themes": "^0.2.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-type-animation": "^3.2.0", "react-vertical-timeline-component": "^3.6.0", "sanity": "^3.30.1",