diff --git a/package-lock.json b/package-lock.json index 94990fc..da2f41c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prisma": "^4.4.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^4.6.0", + "react-icons": "^5.2.0", "react-polymorphic-types": "^2.0.0", "react-redux": "^8.0.5", "swr": "^2.1.5", @@ -21788,9 +21788,9 @@ } }, "node_modules/react-icons": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", - "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.0.tgz", + "integrity": "sha512-n52Y7Eb4MgQZHsSZOhSXv1zs2668/hBYKfSRIvKh42yExjyhZu0d1IK2CLLZ3BZB1oo13lDfwx2vOh2z9FTV6Q==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 77aac7f..a283ec8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prisma": "^4.4.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^4.6.0", + "react-icons": "^5.2.0", "react-polymorphic-types": "^2.0.0", "react-redux": "^8.0.5", "swr": "^2.1.5",