From 4d4eb823d61ea0543165c92cfe1e41adec744dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:23:58 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.9 to 5.0.10 in /apps/writenex Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.9 to 5.0.10. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.10) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/writenex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/writenex/package.json b/apps/writenex/package.json index c1f4b6c..5f99dbd 100644 --- a/apps/writenex/package.json +++ b/apps/writenex/package.json @@ -36,7 +36,7 @@ "shiki": "^3.20.0", "tailwind-merge": "^3.4.0", "unified": "^11.0.5", - "zustand": "^5.0.8" + "zustand": "^5.0.10" }, "devDependencies": { "@ducanh2912/next-pwa": "^10.2.9",