diff --git a/package-lock.json b/package-lock.json index afd7e093..72c76a78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "react-file-reader-input": "^2.0.0", "react-i18next": "^15.0.1", "react-icon-base": "^2.1.2", - "react-icons": "^5.0.1", + "react-icons": "^5.4.0", "react-sortable-hoc": "^2.0.0", "reconnecting-websocket": "^4.4.0", "slugify": "^1.6.6", @@ -10704,9 +10704,10 @@ } }, "node_modules/react-icons": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", - "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index a2e27b14..b7854566 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react-file-reader-input": "^2.0.0", "react-i18next": "^15.0.1", "react-icon-base": "^2.1.2", - "react-icons": "^5.0.1", + "react-icons": "^5.4.0", "react-sortable-hoc": "^2.0.0", "reconnecting-websocket": "^4.4.0", "slugify": "^1.6.6",