From 68f85937a96a3b65cd76635b1fc889005558f74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:02:54 +0000 Subject: [PATCH] Bump react-icons from 4.7.1 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.7.1 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.7.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94c02927..a8931bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15440,9 +15440,9 @@ "dev": true }, "react-icons": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", - "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "dev": true }, "react-inlinesvg": { diff --git a/package.json b/package.json index e10e81ed..9d17740d 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "proxyquire": "^2.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-icons": "^4.7.1", + "react-icons": "^5.3.0", "rimraf": "^3.0.2", "sinon": "^11.1.2", "sinon-chai": "^3.7.0",