diff --git a/package-lock.json b/package-lock.json index f418f85b..b53479f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,6 +29,7 @@ "codemirror": "^6.0.2", "convert-units": "^2.3.4", "dompurify": "^3.4.11", + "eslint-config-next": "^16.2.9", "file-saver": "^2.0.5", "framer-motion": "^12.16.0", "free-ps-banner": "^0.0.3", @@ -46,7 +47,7 @@ "react-dom": "^19.2.7", "react-dropdown-select": "^4.12.2", "react-hot-toast": "^2.6.0", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "react-image": "^4.1.0", "react-markdown": "^10.1.0", "react-tabs": "^6.1.1", @@ -14129,9 +14130,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==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index f7df10f8..c1001146 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-dom": "^19.2.7", "react-dropdown-select": "^4.12.2", "react-hot-toast": "^2.6.0", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "react-image": "^4.1.0", "react-markdown": "^10.1.0", "react-tabs": "^6.1.1",