diff --git a/package-lock.json b/package-lock.json index 13faaa8..2a43e59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "node-ical": "0.15.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.7.1", + "react-icons": "4.12.0", "react-responsive": "9.0.0" }, "devDependencies": { @@ -5343,9 +5343,9 @@ } }, "node_modules/react-icons": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", - "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } @@ -10021,9 +10021,9 @@ } }, "react-icons": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", - "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index d90ba4a..2affb9d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "node-ical": "0.15.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.7.1", + "react-icons": "4.12.0", "react-responsive": "9.0.0" }, "devDependencies": {