From 9960fd32eb688930c50108e7297dcae3d80a1296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:39:38 +0000 Subject: [PATCH] fix(deps): update dependency react-icons to v5.4.0 --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4c721b..4a19372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4358,9 +4358,9 @@ } }, "node_modules/react-icons": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.0.tgz", - "integrity": "sha512-8gBBjYRrO14BU9RuMEVptG5aB1gwNPAAgsKOuPggx2hg332pTky/r8FidEJW95cL6IG2mYCEHaYuAxw74wLefw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "peerDependencies": { "react": "*" } @@ -8887,9 +8887,9 @@ } }, "react-icons": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.0.tgz", - "integrity": "sha512-8gBBjYRrO14BU9RuMEVptG5aB1gwNPAAgsKOuPggx2hg332pTky/r8FidEJW95cL6IG2mYCEHaYuAxw74wLefw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "requires": {} }, "readable-stream": {