From 5364216c1d01daa4776dcf275b13c70a0f15a8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:37:41 +0000 Subject: build(deps): bump @mantine/hooks from 8.3.9 to 8.3.10 in /src/main/webui (#785) Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 8.3.9 to 8.3.10. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/8.3.10/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ...@mantine-hooks-npm-8.3.10-0d22644ddf-c2e879b672.zip | Bin 0 -> 394902 bytes .../@mantine-hooks-npm-8.3.9-103ea32ed4-0b1da5c3b6.zip | Bin 394612 -> 0 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.10-0d22644ddf-c2e879b672.zip delete mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.9-103ea32ed4-0b1da5c3b6.zip diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.10-0d22644ddf-c2e879b672.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.10-0d22644ddf-c2e879b672.zip new file mode 100644 index 0000000..839330e Binary files /dev/null and b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.10-0d22644ddf-c2e879b672.zip differ diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.9-103ea32ed4-0b1da5c3b6.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.9-103ea32ed4-0b1da5c3b6.zip deleted file mode 100644 index d5c9246..0000000 Binary files a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.9-103ea32ed4-0b1da5c3b6.zip and /dev/null differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index c77648d..f62c77a 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@heroicons/react": "2.0.16", - "@mantine/hooks": "^8.3.9", + "@mantine/hooks": "^8.3.10", "@reduxjs/toolkit": "^2.11.2", "@rsbuild/core": "^1.6.15", "@rsbuild/plugin-react": "^1.4.2", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 4db091e..85aa39b 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -1241,12 +1241,12 @@ __metadata: languageName: node linkType: hard -"@mantine/hooks@npm:^8.3.9": - version: 8.3.9 - resolution: "@mantine/hooks@npm:8.3.9" +"@mantine/hooks@npm:^8.3.10": + version: 8.3.10 + resolution: "@mantine/hooks@npm:8.3.10" peerDependencies: react: ^18.x || ^19.x - checksum: 0b1da5c3b67241315e5787e082dac3432868355699faaf982094ba2a16f70f2f4d8e186891d7c33db4e25e6f9904a7082057cb15ac33c0a2af208e77e84d5a0a + checksum: c2e879b672d3ca243033fc1ebb6dd9acb554a837d2d693be5f740ee5a18ed8770483ca492eba5f36411b74230ae79fc2ed3889fa28a670b3fe62dc31df8fca4c languageName: node linkType: hard @@ -6082,7 +6082,7 @@ eslint@latest: "@graphql-codegen/cli": latest "@graphql-codegen/client-preset": latest "@heroicons/react": 2.0.16 - "@mantine/hooks": ^8.3.9 + "@mantine/hooks": ^8.3.10 "@reduxjs/toolkit": ^2.11.2 "@rsbuild/core": ^1.6.15 "@rsbuild/plugin-eslint": latest -- cgit