From c95c09175cc9a9b9e56a14efb842c68c18986bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:55:28 +0000 Subject: [PATCH] Update dependency zustand to ^4.5.7 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f07064b..8b88a334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "vite-plugin-dts": "^4.5.4", "vite-plugin-lib-inject-css": "^2.2.2", "vitest": "^4.1.2", - "zustand": "^4.3.0" + "zustand": "^4.5.7" }, "peerDependencies": { "@ark-ui/react": "^5.36.2", diff --git a/package.json b/package.json index 3b1904b1..57a0e30e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "vite-plugin-dts": "^4.5.4", "vite-plugin-lib-inject-css": "^2.2.2", "vitest": "^4.1.2", - "zustand": "^4.3.0" + "zustand": "^4.5.7" }, "main": "dist/index.js", "repository": {