From 9e91eb1e270a2e57ed028b1eebe1c5a69dac85a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:04:45 +0000 Subject: [PATCH] build(deps): bump react-icons from 5.6.0 to 5.7.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",