From 9f18d6a3477f5124e9517f8ad39ef9b234b01205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:35:11 +0000 Subject: [PATCH] Bump react-icons from 5.0.1 to 5.1.0 in /web Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 9 ++++----- web/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 168a00acd..aaefbe0ee 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -48,7 +48,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", - "react-icons": "^5.0.1", + "react-icons": "^5.1.0", "react-konva": "^18.2.10", "react-router-dom": "^6.22.3", "react-swipeable": "^7.0.1", @@ -2550,7 +2550,6 @@ "version": "18.2.78", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.78.tgz", "integrity": "sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==", - "devOptional": true, "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -6339,9 +6338,9 @@ } }, "node_modules/react-icons": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", - "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.1.0.tgz", + "integrity": "sha512-D3zug1270S4hbSlIRJ0CUS97QE1yNNKDjzQe3HqY0aefp2CBn9VgzgES27sRR2gOvFK+0CNx/BW0ggOESp6fqQ==", "peerDependencies": { "react": "*" } diff --git a/web/package.json b/web/package.json index b01cadc54..f8a07589d 100644 --- a/web/package.json +++ b/web/package.json @@ -53,7 +53,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", - "react-icons": "^5.0.1", + "react-icons": "^5.1.0", "react-konva": "^18.2.10", "react-router-dom": "^6.22.3", "react-swipeable": "^7.0.1",