diff --git a/package-lock.json b/package-lock.json index 3262850..e98010e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@material-ui/core": "^4.12.4", "react": "^17.0.0", "react-dom": "^17.0.0", - "react-icons": "^4.11.0", + "react-icons": "^4.12.0", "react-use": "^17.2.4", "styled-components": "^5.2.3", "zustand": "^3.7.2" @@ -1176,9 +1176,9 @@ } }, "node_modules/react-icons": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", - "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "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": "*" } diff --git a/package.json b/package.json index 93b25f2..cfd44f0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@material-ui/core": "^4.12.4", "react": "^17.0.0", "react-dom": "^17.0.0", - "react-icons": "^4.11.0", + "react-icons": "^4.12.0", "react-use": "^17.2.4", "styled-components": "^5.2.3", "zustand": "^3.7.2"