diff --git a/package-lock.json b/package-lock.json index 62f0f76f..a29db427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "react-helmet": "^6.1.0", - "react-icons": "^5.3.0", + "react-icons": "^5.4.0", "react-intl": "^6.8.7", "react-router-dom": "^7.0.1", "react-scripts": "5.0.1", @@ -16466,9 +16466,10 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 299ee3e9..bc042672 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "react-helmet": "^6.1.0", - "react-icons": "^5.3.0", + "react-icons": "^5.4.0", "react-router-dom": "^7.0.1", "react-intl": "^6.8.7", "react-scripts": "5.0.1",