From 781cdafd09e65d6a1108b082115e947aadb67c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:49:53 -0400 Subject: build(deps): bump @mantine/hooks from 8.2.4 to 8.2.5 in /src/main/webui (#690) Dependabot couldn't find the original pull request head commit, 7d8931cedda1603a9ad6505cf89d41b407e6de98. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../@mantine-hooks-npm-8.2.4-d08914c76c-0c88afcc42.zip | Bin 393995 -> 0 bytes .../@mantine-hooks-npm-8.2.5-487cc0a850-e9282af2c6.zip | Bin 0 -> 394021 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.4-d08914c76c-0c88afcc42.zip create mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.5-487cc0a850-e9282af2c6.zip (limited to 'src') diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.4-d08914c76c-0c88afcc42.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.4-d08914c76c-0c88afcc42.zip deleted file mode 100644 index 6a9f29e..0000000 Binary files a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.4-d08914c76c-0c88afcc42.zip and /dev/null differ 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 new file mode 100644 index 0000000..cc576cf Binary files /dev/null and b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.5-487cc0a850-e9282af2c6.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 0058e5c..26603ef 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.4", + "@mantine/hooks": "^8.2.5", "@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 e652f31..2b16b49 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.4": - version: 8.2.4 - resolution: "@mantine/hooks@npm:8.2.4" +"@mantine/hooks@npm:^8.2.5": + version: 8.2.5 + resolution: "@mantine/hooks@npm:8.2.5" peerDependencies: react: ^18.x || ^19.x - checksum: 0c88afcc4280282803eda31d4bffa8c879f7f3a3899743a59474f649007c1202d595b6c2ba1806f59337fb88873c76b596977f2150e03cdf04ea22987d0530b3 + checksum: e9282af2c6f01523a8804684245c39620bba6d32ee6a414330c3afae00ed2d29e8eaca2e5edc996b44c3495acd5eee711b80ff2df3ab32cd5f42f6010a0136ec 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.4 + "@mantine/hooks": ^8.2.5 "@reduxjs/toolkit": ^2.8.2 "@rsbuild/core": ^1.4.15 "@rsbuild/plugin-eslint": latest -- cgit