From 64ecf4cc13d87a8e8e4c73fb6690f6d29cfbfdd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:23:35 +0000 Subject: [PATCH] chore(deps): bump @mantine/hooks from 9.3.0 to 9.3.1 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 9.3.0 to 9.3.1. - [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/9.3.1/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 50 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index a46a8668..0e23483a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@axiomhq/react": "^0.2.2", "@mantine/carousel": "^9.3.0", "@mantine/core": "^9.3.0", - "@mantine/hooks": "^9.3.0", + "@mantine/hooks": "^9.3.1", "@mantine/notifications": "^9.3.0", "@mantine/spotlight": "^9.3.0", "@tabler/icons-react": "^3.44.0", @@ -2177,9 +2177,9 @@ } }, "node_modules/@mantine/hooks": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.3.0.tgz", - "integrity": "sha512-QoSr9WI4WsKWrM3qFYYizHUn3+n+CVcFMYe4sdlnmFPStvs6BacPODKJSbFlYl73Z20t82JIy0eKqt4noHQI2g==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.3.1.tgz", + "integrity": "sha512-zAOlxV59j5CDgAnExN+ypaR6dVW1vwMKDvKUxIlUVd/e52qxYnPyYRD+shJmyOLaZRuQmVF0R/7mJAjt2jw9cA==", "license": "MIT", "peerDependencies": { "react": "^19.2.0" @@ -2318,9 +2318,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2337,9 +2334,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2356,9 +2350,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2375,9 +2366,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3111,9 +3099,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3132,9 +3117,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3153,9 +3135,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3174,9 +3153,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3195,9 +3171,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3216,9 +3189,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9152,9 +9122,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9177,9 +9144,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9202,9 +9166,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9227,9 +9188,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 5c8a2a6f..393b2ca9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@axiomhq/react": "^0.2.2", "@mantine/carousel": "^9.3.0", "@mantine/core": "^9.3.0", - "@mantine/hooks": "^9.3.0", + "@mantine/hooks": "^9.3.1", "@mantine/notifications": "^9.3.0", "@mantine/spotlight": "^9.3.0", "@tabler/icons-react": "^3.44.0",