From 739e307dae12abba539c2d26216147725612fed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 09:24:36 +0000 Subject: [PATCH] build(deps): Bump react-icons from 4.6.0 to 4.7.1 in /api-editor/gui Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.6.0 to 4.7.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.6.0...v4.7.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api-editor/gui/package-lock.json | 14 +++++++------- api-editor/gui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api-editor/gui/package-lock.json b/api-editor/gui/package-lock.json index 859d1ed5b..f27a7f87a 100644 --- a/api-editor/gui/package-lock.json +++ b/api-editor/gui/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.41.3", - "react-icons": "^4.6.0", + "react-icons": "^4.7.1", "react-markdown": "^8.0.3", "react-redux": "^8.0.5", "react-router": "^6.8.0", @@ -10667,9 +10667,9 @@ } }, "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": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "peerDependencies": { "react": "*" } @@ -20353,9 +20353,9 @@ "requires": {} }, "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": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "requires": {} }, "react-is": { diff --git a/api-editor/gui/package.json b/api-editor/gui/package.json index 63e435ef7..e93b0e339 100644 --- a/api-editor/gui/package.json +++ b/api-editor/gui/package.json @@ -31,7 +31,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.41.3", - "react-icons": "^4.6.0", + "react-icons": "^4.7.1", "react-markdown": "^8.0.3", "react-redux": "^8.0.5", "react-router": "^6.8.0",