diff --git a/web/ui/mantine-ui/package.json b/web/ui/mantine-ui/package.json index aea0edf751..ed8399a680 100644 --- a/web/ui/mantine-ui/package.json +++ b/web/ui/mantine-ui/package.json @@ -22,7 +22,7 @@ "@lezer/highlight": "^1.2.1", "@mantine/code-highlight": "^7.15.2", "@mantine/core": "^7.11.2", - "@mantine/dates": "^7.15.3", + "@mantine/dates": "^7.17.1", "@mantine/hooks": "^7.11.2", "@mantine/notifications": "^7.15.3", "@microsoft/fetch-event-source": "^2.0.1", diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 8ec10d35c9..eda825bcac 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -36,7 +36,7 @@ "@lezer/highlight": "^1.2.1", "@mantine/code-highlight": "^7.15.2", "@mantine/core": "^7.11.2", - "@mantine/dates": "^7.15.3", + "@mantine/dates": "^7.17.1", "@mantine/hooks": "^7.11.2", "@mantine/notifications": "^7.15.3", "@microsoft/fetch-event-source": "^2.0.1", @@ -2124,9 +2124,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.1", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.1.tgz", + "integrity": "sha512-V8O3Ftq4la4I4wNDkTfH4Slkt/pCEU32pTE/DkO46zua0VFxfOAJeLjaol0s11//T+bXx82DtjMsd9APWPuFhA==", + "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.28", "clsx": "^2.1.1", @@ -2136,30 +2137,32 @@ "type-fest": "^4.27.0" }, "peerDependencies": { - "@mantine/hooks": "7.15.3", + "@mantine/hooks": "7.17.1", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/dates": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.15.3.tgz", - "integrity": "sha512-lv71dcfA8qB43v03cRELC2/G7FQXfAgj0tSMImj2p2FL3PSWWF4WRvW6byiB+hszk4lgooSo7kppzkSMVUlsdA==", + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.17.1.tgz", + "integrity": "sha512-L9MlIDb528RpznUeeW71xS4q3lYGolElz/f7xGRXEu9gHLaNJufbxroTw2N8RC6p/+RN1ZrSXEsjlr2euiofAw==", + "license": "MIT", "dependencies": { "clsx": "^2.1.1" }, "peerDependencies": { - "@mantine/core": "7.15.3", - "@mantine/hooks": "7.15.3", + "@mantine/core": "7.17.1", + "@mantine/hooks": "7.17.1", "dayjs": ">=1.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/hooks": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.3.tgz", - "integrity": "sha512-rZYObhrmww3OIb4O30pDox/rc+9k3AExO0FSw13t7cfz5/Di+Ho1cChswVFAshnp81ucGEod1fiDOfuyGW7JhA==", + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.1.tgz", + "integrity": "sha512-mkHLrXMPd5xdI5WD7UOLwNEpdh/i6A7HaRDTXvjDE2/S0N8VmAE+BlvdyvWRMi7ODp2zVqJdP8cF1tgUn+Z0fA==", + "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" }