diff --git a/package-lock.json b/package-lock.json index d384e081..8ae188a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-firebase-hooks": "^5.1.1", "react-hot-toast": "^2.4.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.15.0", "web-vitals": "^3.4.0" }, @@ -16304,9 +16304,9 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 4e0aff3f..917114b6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-firebase-hooks": "^5.1.1", "react-hot-toast": "^2.4.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.15.0", "web-vitals": "^3.4.0" },