From d52301d62c10f1e81d6e5e3902be2d876fe98a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:46:05 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.14 to 5.0.15 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.14 to 5.0.15. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.14...v5.0.15) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0668cd1c3..6b21858f8 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "react-native-worklets": "0.10.2", "tamagui": "2.7.7", "text-encoding": "0.7.0", - "zustand": "5.0.14" + "zustand": "5.0.15" }, "devDependencies": { "@babel/core": "7.29.7",