diff --git a/package-lock.json b/package-lock.json index 971f7cd..d8ebe5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.0.0", "react-device-detect": "^2.2.3", "react-dom": "^18.0.0", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-responsive": "^9.0.2", "react-scripts": "^5.0.1", "sweetalert": "^2.1.2", @@ -14656,9 +14656,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "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 9bfd6c0..8d9e1d3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react": "^18.0.0", "react-device-detect": "^2.2.3", "react-dom": "^18.0.0", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-responsive": "^9.0.2", "react-scripts": "^5.0.1", "sweetalert": "^2.1.2",