diff --git a/hub-frontend/package-lock.json b/hub-frontend/package-lock.json index a084f4f9..2304dd0f 100644 --- a/hub-frontend/package-lock.json +++ b/hub-frontend/package-lock.json @@ -20,7 +20,7 @@ "react": "17.0.2", "react-cookie": "^4.1.1", "react-dom": "17.0.2", - "react-icons": "^4.2.0", + "react-icons": "^5.2.1", "swr": "^1.0.1", "universal-cookie": "^4.0.4" }, @@ -4712,9 +4712,12 @@ } }, "node_modules/react-icons": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.2.0.tgz", - "integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "peerDependencies": { + "react": "*" + } }, "node_modules/react-is": { "version": "16.13.1", @@ -9599,9 +9602,10 @@ } }, "react-icons": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.2.0.tgz", - "integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "requires": {} }, "react-is": { "version": "16.13.1", diff --git a/hub-frontend/package.json b/hub-frontend/package.json index 1068011d..7469427f 100644 --- a/hub-frontend/package.json +++ b/hub-frontend/package.json @@ -24,7 +24,7 @@ "react": "17.0.2", "react-cookie": "^4.1.1", "react-dom": "17.0.2", - "react-icons": "^4.2.0", + "react-icons": "^5.2.1", "swr": "^1.0.1", "universal-cookie": "^4.0.4" },