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",