From a934dfc133f0977e41fb04b2425f5f9f5abe7058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 02:02:28 +0000 Subject: [PATCH] build(deps): bump @mantine/hooks from 5.10.5 to 8.3.10 in /hms-app Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 5.10.5 to 8.3.10. - [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.10/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.3.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-app/package-lock.json | 16 ++++++++-------- hms-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index 4f481828..d848fc2c 100644 --- a/hms-app/package-lock.json +++ b/hms-app/package-lock.json @@ -14,7 +14,7 @@ "@mantine/dates": "^5.10.5", "@mantine/dropzone": "^5.10.5", "@mantine/form": "^6.0.22", - "@mantine/hooks": "^5.10.3", + "@mantine/hooks": "^8.3.10", "@mantine/notifications": "^5.10.5", "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.43.1", @@ -3072,11 +3072,11 @@ } }, "node_modules/@mantine/hooks": { - "version": "5.10.5", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-5.10.5.tgz", - "integrity": "sha512-hFQp71QZDfivPzfIUOQZfMKLiOL/Cn2EnzacRlbUr55myteTfzYN8YMt+nzniE/6c4IRopFHEAdbKEtfyQc6kg==", + "version": "8.3.10", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.10.tgz", + "integrity": "sha512-bv+yYHl+keTIvakiDzVJMIjW+o8/Px0G3EdpCMFG+U2ux6SwQqluqoq+/kqrTtT6RaLvQ0fMxjpIULF2cu/xAg==", "peerDependencies": { - "react": ">=16.8.0" + "react": "^18.x || ^19.x" } }, "node_modules/@mantine/notifications": { @@ -20570,9 +20570,9 @@ } }, "@mantine/hooks": { - "version": "5.10.5", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-5.10.5.tgz", - "integrity": "sha512-hFQp71QZDfivPzfIUOQZfMKLiOL/Cn2EnzacRlbUr55myteTfzYN8YMt+nzniE/6c4IRopFHEAdbKEtfyQc6kg==", + "version": "8.3.10", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.10.tgz", + "integrity": "sha512-bv+yYHl+keTIvakiDzVJMIjW+o8/Px0G3EdpCMFG+U2ux6SwQqluqoq+/kqrTtT6RaLvQ0fMxjpIULF2cu/xAg==", "requires": {} }, "@mantine/notifications": { diff --git a/hms-app/package.json b/hms-app/package.json index 6779e024..91d6d307 100644 --- a/hms-app/package.json +++ b/hms-app/package.json @@ -9,7 +9,7 @@ "@mantine/dates": "^5.10.5", "@mantine/dropzone": "^5.10.5", "@mantine/form": "^6.0.22", - "@mantine/hooks": "^5.10.3", + "@mantine/hooks": "^8.3.10", "@mantine/notifications": "^5.10.5", "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.43.1",