diff --git a/web/ui/mantine-ui/package.json b/web/ui/mantine-ui/package.json index 16bfddeb30..e21c1b20f0 100644 --- a/web/ui/mantine-ui/package.json +++ b/web/ui/mantine-ui/package.json @@ -21,7 +21,7 @@ "@lezer/common": "^1.2.3", "@lezer/highlight": "^1.2.1", "@mantine/code-highlight": "^7.15.2", - "@mantine/core": "^7.11.2", + "@mantine/core": "^7.17.2", "@mantine/dates": "^7.15.3", "@mantine/hooks": "^7.17.2", "@mantine/notifications": "^7.15.3", diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index ee107636bb..df505e1fd5 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -35,7 +35,7 @@ "@lezer/common": "^1.2.3", "@lezer/highlight": "^1.2.1", "@mantine/code-highlight": "^7.15.2", - "@mantine/core": "^7.11.2", + "@mantine/core": "^7.17.2", "@mantine/dates": "^7.15.3", "@mantine/hooks": "^7.17.2", "@mantine/notifications": "^7.15.3", @@ -2160,9 +2160,10 @@ } }, "node_modules/@mantine/core": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.15.3.tgz", - "integrity": "sha512-8IMTq5xDJDjByDUYkDNKImikASStzrnPtVumKsrEnyEY0zhAWkAe/z/+PjTUMcN44ncJ/PrXQkJ6qMaVWzSZwA==", + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.2.tgz", + "integrity": "sha512-R6MYhitJ0JEgrhadd31Nw9FhRaQwDHjXUs5YIlitKH/fTOz9gKSxKjzmNng3bEBQCcbEDOkZj3FRcBgTUh/F0Q==", + "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.28", "clsx": "^2.1.1", @@ -2172,7 +2173,7 @@ "type-fest": "^4.27.0" }, "peerDependencies": { - "@mantine/hooks": "7.15.3", + "@mantine/hooks": "7.17.2", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }