diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index 38028ad7e..58fc13909 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.21", - "@mantine/hooks": "^5.10.3", + "@mantine/hooks": "^6.0.21", "@mantine/notifications": "^5.10.5", "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.38.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.21", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-6.0.21.tgz", + "integrity": "sha512-sYwt5wai25W6VnqHbS5eamey30/HD5dNXaZuaVEAJ2i2bBv8C0cCiczygMDpAFiSYdXoSMRr/SZ2CrrPTzeNew==", "peerDependencies": { "react": ">=16.8.0" } @@ -19961,9 +19961,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.21", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-6.0.21.tgz", + "integrity": "sha512-sYwt5wai25W6VnqHbS5eamey30/HD5dNXaZuaVEAJ2i2bBv8C0cCiczygMDpAFiSYdXoSMRr/SZ2CrrPTzeNew==", "requires": {} }, "@mantine/notifications": { diff --git a/hms-app/package.json b/hms-app/package.json index abd66a4a1..1cf67facc 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.21", - "@mantine/hooks": "^5.10.3", + "@mantine/hooks": "^6.0.21", "@mantine/notifications": "^5.10.5", "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.38.0",