diff --git a/package-lock.json b/package-lock.json index e1c03e10bc..e47c25b78d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "prism-react-renderer": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-simple-code-editor": "^0.14.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0" @@ -12525,9 +12525,9 @@ } }, "node_modules/react-icons": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", - "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index e330342e35..52f3fef4d9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prism-react-renderer": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-simple-code-editor": "^0.14.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0"