diff --git a/docs/package-lock.json b/docs/package-lock.json index c02b57ca..05508625 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17716,12 +17716,9 @@ } }, "react-icons": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz", - "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==", - "requires": { - "camelcase": "^5.0.0" - } + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.1.0.tgz", + "integrity": "sha512-FCXBg1JbbR0vWALXIxmFAfozHdVIJmmwCD81Jk0EKOt7Ax4AdBNcaRkWhR0NaKy9ugJgoY3fFvo0PHpte55pXg==" }, "react-is": { "version": "16.13.1", diff --git a/docs/package.json b/docs/package.json index 6f4aaac5..2781be08 100644 --- a/docs/package.json +++ b/docs/package.json @@ -46,7 +46,7 @@ "react-dom": "^16.14.0", "react-headroom": "^3.0.1", "react-helmet": "^6.1.0", - "react-icons": "^3.11.0", + "react-icons": "^4.1.0", "react-live": "^2.2.3", "url-join": "^4.0.1" },