diff --git a/web/package-lock.json b/web/package-lock.json index 38a5b14f9..c74acb420 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -34,7 +34,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^11.8.11", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-modal": "^3.14.4", "react-router": "5.3.x", "react-router-dom": "5.3.x", @@ -20833,10 +20833,9 @@ } }, "node_modules/react-icons": { - "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", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", + "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==", "peerDependencies": { "react": "*" } @@ -39723,9 +39722,9 @@ } }, "react-icons": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", - "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==" + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", + "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==" }, "react-is": { "version": "16.13.1", diff --git a/web/package.json b/web/package.json index 8548e1666..4110ab5de 100644 --- a/web/package.json +++ b/web/package.json @@ -127,7 +127,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^11.8.11", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-modal": "^3.14.4", "react-router": "5.3.x", "react-router-dom": "5.3.x",