diff --git a/ui/mantine-ui/package-lock.json b/ui/mantine-ui/package-lock.json index c2c1298096..2a0282c42e 100644 --- a/ui/mantine-ui/package-lock.json +++ b/ui/mantine-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@mantine/core": "8.2.4", - "@mantine/hooks": "8.2.4", + "@mantine/hooks": "8.3.6", "react": "^19.1.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.5" @@ -1481,9 +1481,9 @@ } }, "node_modules/@mantine/hooks": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.2.4.tgz", - "integrity": "sha512-ZXQ0uk6UtJa6Gl+ZWMBh4wC7UqCAoWWvau1TOoe05sBrkyGcXSVrTfoCVzjEQaB/h8VEOUWLGtJokkiMQKcMzA==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.6.tgz", + "integrity": "sha512-liHfaWXHAkLjJy+Bkr29UsCwAoDQ/a64WrM67lksx8F0qqyjR5RQH8zVlhuOjdpQnwtlUkE/YiTvbJiPcoI0bw==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/ui/mantine-ui/package.json b/ui/mantine-ui/package.json index 8ebd275d06..3ffcb5cd2e 100644 --- a/ui/mantine-ui/package.json +++ b/ui/mantine-ui/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@mantine/core": "8.2.4", - "@mantine/hooks": "8.2.4", + "@mantine/hooks": "8.3.6", "react": "^19.1.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.5"