From 68de64938d8fd4ebcbc8f00abb9628fccdb9c518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:39:40 +0000 Subject: [PATCH] Chore(deps): Bump react-icons from 4.12.0 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.12.0...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31b6b7f..2cd4caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react": "18", "react-dom": "18", "react-hook-form": "7.53.1", - "react-icons": "4.12.0", + "react-icons": "5.3.0", "react-map-gl": "7.1.7", "react-markdown": "9.0.1", "react-select": "5.8.1", @@ -8769,10 +8769,9 @@ } }, "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", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 1d96988..6a0f678 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "18", "react-dom": "18", "react-hook-form": "7.53.1", - "react-icons": "4.12.0", + "react-icons": "5.3.0", "react-map-gl": "7.1.7", "react-markdown": "9.0.1", "react-select": "5.8.1",