From ff1d957396bf88f7b2e6980b638cd0273df81a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:35:40 +0000 Subject: build(deps): bump @mantine/hooks from 8.3.5 to 8.3.6 in /src/main/webui (#744) Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 8.3.5 to 8.3.6. - [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.6/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.3.6 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.5-89ca6c20f4-7c4c36bfe1.zip | Bin 394612 -> 0 bytes .../@mantine-hooks-npm-8.3.6-7a9605b229-55c7fc6e45.zip | Bin 0 -> 394612 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.5-89ca6c20f4-7c4c36bfe1.zip create mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.6-7a9605b229-55c7fc6e45.zip diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.5-89ca6c20f4-7c4c36bfe1.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.5-89ca6c20f4-7c4c36bfe1.zip deleted file mode 100644 index a87086e..0000000 Binary files a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.5-89ca6c20f4-7c4c36bfe1.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.6-7a9605b229-55c7fc6e45.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.6-7a9605b229-55c7fc6e45.zip new file mode 100644 index 0000000..3227f89 Binary files /dev/null and b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.3.6-7a9605b229-55c7fc6e45.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index ff7ebff..5628c6c 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.5", + "@mantine/hooks": "^8.3.6", "@reduxjs/toolkit": "^2.9.2", "@rsbuild/core": "^1.6.0", "@rsbuild/plugin-react": "^1.4.1", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 963877f..86377c8 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -1203,12 +1203,12 @@ __metadata: languageName: node linkType: hard -"@mantine/hooks@npm:^8.3.5": - version: 8.3.5 - resolution: "@mantine/hooks@npm:8.3.5" +"@mantine/hooks@npm:^8.3.6": + version: 8.3.6 + resolution: "@mantine/hooks@npm:8.3.6" peerDependencies: react: ^18.x || ^19.x - checksum: 7c4c36bfe1dc909e2b68f00b0077690a060a21cdc0e11662e1feb1df4936acc09bcc816116a62ab9d1e93e4ebdef6837491747da15892a6e935151222367c375 + checksum: 55c7fc6e45528bdbc9289b4d47b4f7a2063a0c3f682fe6b5e03084fc9ed4a6dc622717bba419bb71ca2edf1a2acca409bdd448516652112bd4014d5c4379cffb languageName: node linkType: hard @@ -5879,7 +5879,7 @@ eslint@latest: "@graphql-codegen/cli": latest "@graphql-codegen/client-preset": latest "@heroicons/react": 2.0.16 - "@mantine/hooks": ^8.3.5 + "@mantine/hooks": ^8.3.6 "@reduxjs/toolkit": ^2.9.2 "@rsbuild/core": ^1.6.0 "@rsbuild/plugin-eslint": latest -- cgit