From 0a43880e9b3733d625d56174eb51b3cbd3189f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:22:27 -0400 Subject: build(deps): bump react-icons from 4.10.1 to 4.11.0 (#257) Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.10.1 to 4.11.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.10.1...v4.11.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9724984..ff51624 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-transformer-sharp": "5.12.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "^4.10.1", + "react-icons": "^4.11.0", "styled-components": "^6.0.7" }, "devDependencies": { -- cgit