diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dbf255c..3d62866 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.3", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", "@tabler/icons-react": "^3.30.0", @@ -20,7 +20,6 @@ "isomorphic-dompurify": "^2.22.0", "jsdom": "^26.0.0", "lru-cache": "^11.2.2", - "mongodb": "^6.14.2", "next": "15.1.7", "pino": "^9.11.0", @@ -911,9 +910,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.3", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.3.tgz", + "integrity": "sha512-nmspxbFSjFkimRXYhgAujnyBwGeAWDSP1WKHFR+Yl5x3Q0IkmsiOTE9yJPjMjmjffZfunFXQFwQDl1OF3m42Pw==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" @@ -2593,18 +2592,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/es-abstract": { "version": "1.23.9", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", diff --git a/frontend/package.json b/frontend/package.json index 13f22ab..a46f10d 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.3", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", "@tabler/icons-react": "^3.30.0",