From 88183c87a526b7999507c63710027246c6478fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:06:38 +0000 Subject: [PATCH] build(deps): Bump react-icons from 4.10.1 to 4.12.0 in /api-editor/gui Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.10.1 to 4.12.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.10.1...v4.12.0) --- 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 4349450de..71e970e6a 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.47.0", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-markdown": "^8.0.7", "react-redux": "^8.1.3", "react-router": "^6.20.0", @@ -8684,9 +8684,9 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } @@ -16379,9 +16379,9 @@ "requires": {} }, "react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "requires": {} }, "react-is": { diff --git a/api-editor/gui/package.json b/api-editor/gui/package.json index 6384152e7..9f0b98dcd 100644 --- a/api-editor/gui/package.json +++ b/api-editor/gui/package.json @@ -32,7 +32,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.47.0", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-markdown": "^8.0.7", "react-redux": "^8.1.3", "react-router": "^6.20.0",