diff --git a/package-lock.json b/package-lock.json index d384e081..38f9589b 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": "^5.5.0", "react-router-dom": "^6.15.0", "web-vitals": "^3.4.0" }, @@ -16304,9 +16304,10 @@ } }, "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": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 4e0aff3f..b49efe24 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": "^5.5.0", "react-router-dom": "^6.15.0", "web-vitals": "^3.4.0" },