From b61ceda22389ae30a93badb8c675685e07738d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:07:21 +0000 Subject: [PATCH] build(deps): bump @mantine/hooks from 5.10.5 to 6.0.22 in /hms-app Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 5.10.5 to 6.0.22. - [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/6.0.22/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-app/package-lock.json | 14 +++++++------- hms-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index 763e35fd..a6fc125d 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": "^6.0.22", "@mantine/notifications": "^5.10.5", "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.40.0", @@ -3072,9 +3072,9 @@ } }, "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": "6.0.22", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-6.0.22.tgz", + "integrity": "sha512-e10//QTN2sAmC4Ryeu5X5L/TsxnrjXMOaGq3dxFPIPsCSwLzyxqySfjzVViWmoPWAj0Ak9MvE2MHFjzmOpA80w==", "peerDependencies": { "react": ">=16.8.0" } @@ -20224,9 +20224,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": "6.0.22", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-6.0.22.tgz", + "integrity": "sha512-e10//QTN2sAmC4Ryeu5X5L/TsxnrjXMOaGq3dxFPIPsCSwLzyxqySfjzVViWmoPWAj0Ak9MvE2MHFjzmOpA80w==", "requires": {} }, "@mantine/notifications": { diff --git a/hms-app/package.json b/hms-app/package.json index 895f65f4..2f432faf 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": "^6.0.22", "@mantine/notifications": "^5.10.5", "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.40.0",