From cf547059389d4bb1ee2ee0c120f66cb80e7e4d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:44:49 +0000 Subject: [PATCH] chore(deps): bump react-icons from 4.12.0 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.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.12.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] --- package-lock.json | 16 ++++------------ package.json | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7360519..179a3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "kth-style": "^10.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.3.0", "react-router": "^6.27.0", "react-router-dom": "^6.27.0", "reactstrap": "^9.2.3" @@ -3121,14 +3121,6 @@ "node": ">=12" } }, - "node_modules/@kth/kth-reactstrap/node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", - "peerDependencies": { - "react": "*" - } - }, "node_modules/@kth/log": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/@kth/log/-/log-4.0.7.tgz", @@ -13487,9 +13479,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-icons": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", - "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "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/package.json b/package.json index 88ac8ae..8e1d056 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "kth-style": "^10.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.3.0", "react-router": "^6.27.0", "react-router-dom": "^6.27.0", "reactstrap": "^9.2.3"