diff --git a/spa/package-lock.json b/spa/package-lock.json index 2b8fad4..2aedea2 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^14.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.8.0", + "react-icons": "^5.3.0", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", "web-vitals": "^4.2.1" @@ -14310,9 +14310,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } diff --git a/spa/package.json b/spa/package.json index c18a823..ae34bd7 100644 --- a/spa/package.json +++ b/spa/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^14.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.8.0", + "react-icons": "^5.3.0", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", "web-vitals": "^4.2.1"