From 77514d025ce22d788bddb38b1dba884f5a1350ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:10:09 +0000 Subject: [PATCH] build(deps): bump react-icons from 4.6.0 to 5.5.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.6.0 to 5.5.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.6.0...v5.5.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++++++---- package.json | 2 +- yarn.lock | 7 ++++++- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6f6c5d..8a010e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.6.0" + "react-icons": "5.5.0" }, "devDependencies": { "@types/node": "22.5.5", @@ -4881,6 +4881,15 @@ "react": "18.2.0" } }, + "node_modules/@cosmology-ui/react/node_modules/react-icons": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, "node_modules/@cosmology-ui/utils": { "version": "0.1.24", "resolved": "https://registry.npmjs.org/@cosmology-ui/utils/-/utils-0.1.24.tgz", @@ -4905,6 +4914,15 @@ "react": "18.2.0" } }, + "node_modules/@cosmology-ui/utils/node_modules/react-icons": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, "node_modules/@cosmos-kit/core": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/@cosmos-kit/core/-/core-1.3.4.tgz", @@ -12657,9 +12675,10 @@ } }, "node_modules/react-icons": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", - "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "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 557fb00..8c48152 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.6.0" + "react-icons": "5.5.0" }, "devDependencies": { "@types/node": "22.5.5", diff --git a/yarn.lock b/yarn.lock index 5150312..03a2a79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7056,7 +7056,12 @@ react-icons@4.4.0: resolved "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz" integrity sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg== -react-icons@4.6.0, react-icons@^4.4.0: +react-icons@5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.5.0.tgz#8aa25d3543ff84231685d3331164c00299cdfaf2" + integrity sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw== + +react-icons@^4.4.0: version "4.6.0" resolved "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz" integrity sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==