From fbccf04eeaf8f6eb843fbf0c61b477498aad2943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:24:09 +0000 Subject: [PATCH] Bump @chakra-ui/icons from 2.2.1 to 2.2.2 Bumps [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/icons) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/alert@2.2.2/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/alert@2.2.2/packages/components/icons) --- updated-dependencies: - dependency-name: "@chakra-ui/icons" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07a5cf7..b7a239a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "sos", "version": "1.11.1", "dependencies": { - "@chakra-ui/icons": "^2.2.1", + "@chakra-ui/icons": "^2.2.2", "@chakra-ui/react": "^2.8.2", "@directus/sdk": "^17.0.1", "@emotion/react": "^11.13.3", @@ -563,9 +563,9 @@ } }, "node_modules/@chakra-ui/icons": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@chakra-ui/icons/-/icons-2.2.1.tgz", - "integrity": "sha512-/v1zxmRqrBoOFtU0FJDvZ/Rf4wnee1G9V4BMB3F0lqKOHOoEOkv1ATyoHKqySx2rxNs0NWeDtsk7jdrUIEaGtQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@chakra-ui/icons/-/icons-2.2.2.tgz", + "integrity": "sha512-qmQHmc9hoGaGLpSiYeKFyC9zmCFvBdOs2vkHomlXSPsDqLDZYpADFYgSeqodcYmTZhywI5Ax/EIlGEz0jdAiyA==", "peerDependencies": { "@chakra-ui/react": ">=2.0.0", "react": ">=18" diff --git a/package.json b/package.json index f1a5da6..7bc2eaf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepare": "husky install" }, "dependencies": { - "@chakra-ui/icons": "^2.2.1", + "@chakra-ui/icons": "^2.2.2", "@chakra-ui/react": "^2.8.2", "@directus/sdk": "^17.0.1", "@emotion/react": "^11.13.3",