From 7118faa5cff1f61e9a230ab4037c55ce99d4e6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:56:17 +0000 Subject: [PATCH] Bump react-icons from 4.8.0 to 5.3.0 in /spa Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.8.0 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.8.0...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spa/package-lock.json | 8 ++++---- spa/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spa/package-lock.json b/spa/package-lock.json index 2b8fad4..2aedea2 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^14.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.8.0", + "react-icons": "^5.3.0", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", "web-vitals": "^4.2.1" @@ -14310,9 +14310,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } diff --git a/spa/package.json b/spa/package.json index c18a823..ae34bd7 100644 --- a/spa/package.json +++ b/spa/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^14.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.8.0", + "react-icons": "^5.3.0", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", "web-vitals": "^4.2.1"