From c95b41f5198e52085591c01325f0f8f75a954678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:17:04 +0000 Subject: [PATCH] fix(deps): bump @chakra-ui/react from 2.5.2 to 2.9.1 Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) from 2.5.2 to 2.9.1. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/styled-system@2.9.1/packages/components/react/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/styled-system@2.9.1/packages/components/react) --- updated-dependencies: - dependency-name: "@chakra-ui/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..07832853d 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -4,7 +4,7 @@ "description": "Insights Explorer Frontend", "private": true, "dependencies": { - "@chakra-ui/react": "2.5.2", + "@chakra-ui/react": "2.9.1", "@chakra-ui/theme": "2.2.4", "@chakra-ui/theme-tools": "2.1.2", "@emotion/react": "11.11.3",