From cf467cc2b9b1ae71074550af8cd7e788733462cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:02:35 +0000 Subject: [PATCH] build(deps): bump react-icons from 4.4.0 to 4.7.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.4.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.4.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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc90500..1153693 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@nbundle/react": "^1.0.30", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0" + "react-icons": "^4.7.1" }, "devDependencies": { "@commitlint/cli": "^17.0.3", diff --git a/yarn.lock b/yarn.lock index 58204ba..5e28725 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2531,10 +2531,10 @@ react-dom@^18.2.0: loose-envify "^1.1.0" scheduler "^0.23.0" -react-icons@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.4.0.tgz#a13a8a20c254854e1ec9aecef28a95cdf24ef703" - integrity sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg== +react-icons@^4.4.0, react-icons@^4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.7.1.tgz#0f4b25a5694e6972677cb189d2a72eabea7a8345" + integrity sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw== react@^18.2.0: version "18.2.0"