From 75ec10bb439da391095a3206afc097112a321928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:22:07 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.13 to 5.0.14 in /src/frontend Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.13 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.13...v5.0.14) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/frontend/package.json | 2 +- src/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index e702ded4..7060165f 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -69,7 +69,7 @@ "tailwind-merge": "3.5.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.24.3", - "zustand": "^5.0.13" + "zustand": "^5.0.14" }, "devDependencies": { "@eslint/js": "^9.39.2", diff --git a/src/frontend/yarn.lock b/src/frontend/yarn.lock index 2de34fd6..12067ffc 100644 --- a/src/frontend/yarn.lock +++ b/src/frontend/yarn.lock @@ -7415,10 +7415,10 @@ zustand@^4.4.1: dependencies: use-sync-external-store "^1.2.2" -zustand@^5.0.13: - version "5.0.13" - resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.13.tgz#06995c126e8903cd27100af04da91c36ae3051ed" - integrity sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ== +zustand@^5.0.14: + version "5.0.14" + resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.14.tgz#18216c24fcb980cf36898f9c57520e67b1f77855" + integrity sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g== zwitch@^2.0.0: version "2.0.4"