diff --git a/package-lock.json b/package-lock.json index f1657d3..3fb7fab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "react-router-dom": "^7.18.1" }, "devDependencies": { @@ -3696,9 +3696,9 @@ } }, "node_modules/react-icons": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", - "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.7.0.tgz", + "integrity": "sha512-LBLy340Rzqy6+/yVhZKT3B/QpP1BZaesGqasf09HPOBzRarcDIFH0WwXlXQfE7q7ipxK4MSiC5DIBWURCny6fw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 1552b3e..d2ab2ec 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "react-router-dom": "^7.18.1" }, "devDependencies": {