From 7cbe26722d560ac6c391204324c0925f94428a3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 07:42:35 +0000 Subject: [PATCH] fix: upgrade react-icons from 5.4.0 to 5.5.0 Snyk has created this PR to upgrade react-icons from 5.4.0 to 5.5.0. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/tildeeine/project/fdd1bec2-8463-4a63-a89d-cf98261ef567?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 3e2f02c..8d781ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "next": "^14.2.24", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^5.4.0", + "react-icons": "^5.5.0", "react-responsive": "^10.0.0", "sharp": "^0.33.5" }, @@ -4512,9 +4512,9 @@ } }, "node_modules/react-icons": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", - "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index 021de1e..e2676a8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "next": "^14.2.24", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^5.4.0", + "react-icons": "^5.5.0", "react-responsive": "^10.0.0", "sharp": "^0.33.5" },