diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8cbc630..079b3dd 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": "^7.17.2", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", "@tabler/icons-react": "^3.30.0", @@ -891,9 +891,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": "7.17.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.2.tgz", + "integrity": "sha512-tbErVcGZu0E4dSmE6N0k6Tv1y9R3SQmmQgwqorcc+guEgKMdamc36lucZGlJnSGUmGj+WLUgELkEQ0asdfYBDA==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/frontend/package.json b/frontend/package.json index 44360b4..15eec7e 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": "^7.17.2", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", "@tabler/icons-react": "^3.30.0",