diff --git a/package-lock.json b/package-lock.json index 4a22488..7f33c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-google-maps": "^9.4.5", "react-helmet": "^6.1.0", "react-highlight-words": "^0.18.0", - "react-icons": "^3.8.0", + "react-icons": "^4.4.0", "react-tooltip": "^4.2.19", "recompose": "^0.30.0" }, @@ -28387,12 +28387,9 @@ } }, "node_modules/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==", - "dependencies": { - "camelcase": "^5.0.0" - }, + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", + "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", "peerDependencies": { "react": "*" } @@ -57135,12 +57132,10 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", + "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "requires": {} }, "react-is": { "version": "16.13.1", diff --git a/package.json b/package.json index 82f445f..96c1b2b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-google-maps": "^9.4.5", "react-helmet": "^6.1.0", "react-highlight-words": "^0.18.0", - "react-icons": "^3.8.0", + "react-icons": "^4.4.0", "react-tooltip": "^4.2.19", "recompose": "^0.30.0" },