From a3d64bd0b384981dd18080dc7565199efcfb2f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 23:06:23 +0000 Subject: [PATCH] chore(deps): bump @mantine/hooks from 7.15.3 to 7.17.1 in /web/ui Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.15.3 to 7.17.1. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.17.1/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/ui/mantine-ui/package.json | 2 +- web/ui/package-lock.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/ui/mantine-ui/package.json b/web/ui/mantine-ui/package.json index 54546c76ad..b18debb300 100644 --- a/web/ui/mantine-ui/package.json +++ b/web/ui/mantine-ui/package.json @@ -23,7 +23,7 @@ "@mantine/code-highlight": "^7.15.2", "@mantine/core": "^7.11.2", "@mantine/dates": "^7.15.3", - "@mantine/hooks": "^7.11.2", + "@mantine/hooks": "^7.17.1", "@mantine/notifications": "^7.15.3", "@microsoft/fetch-event-source": "^2.0.1", "@nexucis/fuzzy": "^0.5.1", diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index dd251c660e..d5be9a0024 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -37,7 +37,7 @@ "@mantine/code-highlight": "^7.15.2", "@mantine/core": "^7.11.2", "@mantine/dates": "^7.15.3", - "@mantine/hooks": "^7.11.2", + "@mantine/hooks": "^7.17.1", "@mantine/notifications": "^7.15.3", "@microsoft/fetch-event-source": "^2.0.1", "@nexucis/fuzzy": "^0.5.1", @@ -2157,9 +2157,10 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.3.tgz", - "integrity": "sha512-rZYObhrmww3OIb4O30pDox/rc+9k3AExO0FSw13t7cfz5/Di+Ho1cChswVFAshnp81ucGEod1fiDOfuyGW7JhA==", + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.1.tgz", + "integrity": "sha512-mkHLrXMPd5xdI5WD7UOLwNEpdh/i6A7HaRDTXvjDE2/S0N8VmAE+BlvdyvWRMi7ODp2zVqJdP8cF1tgUn+Z0fA==", + "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" }