From b4835ff02cc2542ec3f188f1fd2807912621e1c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:30:54 +0000 Subject: [PATCH] fix(deps): update dependency react-icons to ^5.7.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7a0929..3f13823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "plyr": "^3.8.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "remark-mdx": "^3.1.0", "remark-parse": "^11.0.0", "safe-mdx": "^1.11.0", @@ -11194,9 +11194,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 eee134b..3f9af05 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "plyr": "^3.8.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "remark-mdx": "^3.1.0", "remark-parse": "^11.0.0", "safe-mdx": "^1.11.0",