diff --git a/package-lock.json b/package-lock.json index 1ee0f23bb..4ebd7069c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react": "^17.0.2", "react-bookmark": "^0.8.2", "react-dom": "^17.0.2", - "react-icons": "^4.4.0", + "react-icons": "^4.12.0", "react-player": "^2.11.0", "react-router-dom": "^5.3.4", "react-spring": "^9.4.5", @@ -16596,9 +16596,9 @@ } }, "node_modules/react-icons": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", - "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "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": "*" } @@ -34044,9 +34044,9 @@ } }, "react-icons": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", - "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "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 24d43415d..07bac151f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^17.0.2", "react-bookmark": "^0.8.2", "react-dom": "^17.0.2", - "react-icons": "^4.4.0", + "react-icons": "^4.12.0", "react-player": "^2.11.0", "react-router-dom": "^5.3.4", "react-spring": "^9.4.5",