diff --git a/Week-9/package-lock.json b/Week-9/package-lock.json index 3713342..0ef9651 100644 --- a/Week-9/package-lock.json +++ b/Week-9/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "14.4.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.4.0", + "react-icons": "4.12.0", "react-scripts": "5.0.1", "web-vitals": "2.1.4" } @@ -14001,9 +14001,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "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": "*" } @@ -26632,9 +26632,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "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/Week-9/package.json b/Week-9/package.json index b94d039..a28a62a 100644 --- a/Week-9/package.json +++ b/Week-9/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "14.4.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.4.0", + "react-icons": "4.12.0", "react-scripts": "5.0.1", "web-vitals": "2.1.4" },