diff --git a/tests/package-lock.json b/tests/package-lock.json index 699a0b9..87464d1 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -39,7 +39,7 @@ "vitest": "^4.1.0", "ws": "^8.20.0", "zod": "^4.3.6", - "zustand": "^5.0.11" + "zustand": "^5.0.14" } }, "node_modules/@acemir/cssom": { @@ -5899,9 +5899,9 @@ } }, "node_modules/zustand": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", - "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", + "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/tests/package.json b/tests/package.json index 2bed8ce..c839665 100644 --- a/tests/package.json +++ b/tests/package.json @@ -45,6 +45,6 @@ "vitest": "^4.1.0", "ws": "^8.20.0", "zod": "^4.3.6", - "zustand": "^5.0.11" + "zustand": "^5.0.14" } }