From b32b9b89cb1576effba7a7b9b7306e2a81c769ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:51:03 +0000 Subject: [PATCH] chore: bump zustand from 5.0.11 to 5.0.12 in /ui/leafwiki-ui Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.11 to 5.0.12. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.11...v5.0.12) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/leafwiki-ui/package-lock.json | 8 ++++---- ui/leafwiki-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/leafwiki-ui/package-lock.json b/ui/leafwiki-ui/package-lock.json index cfd3cb12..d98318a1 100644 --- a/ui/leafwiki-ui/package-lock.json +++ b/ui/leafwiki-ui/package-lock.json @@ -51,7 +51,7 @@ "tailwindcss-animate": "^1.0.7", "unist-util-visit": "^5.1.0", "vaul": "^1.1.2", - "zustand": "^5.0.10" + "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -9422,9 +9422,9 @@ } }, "node_modules/zustand": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz", - "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", + "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/ui/leafwiki-ui/package.json b/ui/leafwiki-ui/package.json index f52147d3..8acb1684 100644 --- a/ui/leafwiki-ui/package.json +++ b/ui/leafwiki-ui/package.json @@ -55,7 +55,7 @@ "tailwindcss-animate": "^1.0.7", "unist-util-visit": "^5.1.0", "vaul": "^1.1.2", - "zustand": "^5.0.10" + "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^9.39.2",