From 1441a1aa15af83352820cc02a060b4066e4f1bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:19:54 +0000 Subject: [PATCH] Bump @mantine/hooks from 7.17.1 to 8.3.1 in /frontend Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.17.1 to 8.3.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/8.3.1/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e2eab00..611a4e4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@mantine/core": "^7.17.0", - "@mantine/hooks": "^7.16.1", + "@mantine/hooks": "^8.3.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", "@tabler/icons-react": "^3.30.0", @@ -901,9 +901,9 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.17.1", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.1.tgz", - "integrity": "sha512-mkHLrXMPd5xdI5WD7UOLwNEpdh/i6A7HaRDTXvjDE2/S0N8VmAE+BlvdyvWRMi7ODp2zVqJdP8cF1tgUn+Z0fA==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.1.tgz", + "integrity": "sha512-lQutBS+Q0iz/cNFvdrsYassPWo3RtWcmDGJeOtKfHigLzFOhxUuLOkQgepDbMf3WcVMB/tist6Px1PQOv57JTw==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/frontend/package.json b/frontend/package.json index 50c3516..d534c98 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mantine/core": "^7.17.0", - "@mantine/hooks": "^7.16.1", + "@mantine/hooks": "^8.3.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", "@tabler/icons-react": "^3.30.0",