From 550f1e4d1092c11f134147a376b2eb751e73d03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:54:54 +0000 Subject: [PATCH] Update react-icons requirement from ^4.11.0 to ^4.12.0 in /src Updates the requirements on [react-icons](https://github.com/react-icons/react-icons) to permit the latest version. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 43c0b57..1f403d3 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "babel-eslint": "^10.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.11.0", + "react-icons": "^4.12.0", "react-scripts": "^5.0.1", "@material-ui/icons": "^4.11.3", "eslint": "^8.50.0",