From 3c809609d73321bb8747344be80ae1a845e5c30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:24:02 +0000 Subject: [PATCH] chore(deps-dev): bump zustand from 5.0.9 to 5.0.14 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.9 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.14) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index be39652..1245c6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "vitest": "^4.0.16", "vue": "^3.5.41", "zod": "^4.2.1", - "zustand": "^5.0.9" + "zustand": "^5.0.14" }, "engines": { "node": ">=18" @@ -4683,9 +4683,9 @@ } }, "node_modules/zustand": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.9.tgz", - "integrity": "sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.14.tgz", + "integrity": "sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 873e90a..ad6f58f 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ "vitest": "^4.0.16", "vue": "^3.5.41", "zod": "^4.2.1", - "zustand": "^5.0.9" + "zustand": "^5.0.14" }, "publishConfig": { "access": "public",