From fd23a371d2c6d1e3d8874a4ed2f30166f43fb1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 09:53:35 -0400 Subject: build(deps): bump @mantine/hooks from 8.2.5 to 8.2.7 in /src/main/webui (#694) Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 8.2.5 to 8.2.7. - [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.2.7/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.2.7 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.2.5-487cc0a850-e9282af2c6.zip | Bin 394021 -> 0 bytes .../@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip | Bin 0 -> 394004 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.2.5-487cc0a850-e9282af2c6.zip create mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip (limited to 'src/main') diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.5-487cc0a850-e9282af2c6.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.5-487cc0a850-e9282af2c6.zip deleted file mode 100644 index cc576cf..0000000 Binary files a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.5-487cc0a850-e9282af2c6.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip new file mode 100644 index 0000000..f5782fe Binary files /dev/null and b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 9e874a3..0a6cbdb 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.2.5", + "@mantine/hooks": "^8.2.7", "@reduxjs/toolkit": "^2.8.2", "@rsbuild/core": "^1.4.15", "@rsbuild/plugin-react": "^1.3.5", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 5258de9..0d0fad3 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -1233,12 +1233,12 @@ __metadata: languageName: node linkType: hard -"@mantine/hooks@npm:^8.2.5": - version: 8.2.5 - resolution: "@mantine/hooks@npm:8.2.5" +"@mantine/hooks@npm:^8.2.7": + version: 8.2.7 + resolution: "@mantine/hooks@npm:8.2.7" peerDependencies: react: ^18.x || ^19.x - checksum: e9282af2c6f01523a8804684245c39620bba6d32ee6a414330c3afae00ed2d29e8eaca2e5edc996b44c3495acd5eee711b80ff2df3ab32cd5f42f6010a0136ec + checksum: 8dbe4e073b91bd830f8adb15a88006786d182a0b79b0651613c2a2e4d136d92047ba01df9a6add82b063be4b86daf3b472c8b46e8ff571a4ad836d797775f5bb languageName: node linkType: hard @@ -5929,7 +5929,7 @@ eslint@latest: "@graphql-codegen/cli": latest "@graphql-codegen/client-preset": latest "@heroicons/react": 2.0.16 - "@mantine/hooks": ^8.2.5 + "@mantine/hooks": ^8.2.7 "@reduxjs/toolkit": ^2.8.2 "@rsbuild/core": ^1.4.15 "@rsbuild/plugin-eslint": latest -- cgit