From 16151696efa1390ce4b4cd6e68159f0599b2525d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:59:51 +0000 Subject: [PATCH] chore(deps-dev): bump zustand from 5.0.12 to 5.0.14 in /tests Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.12 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.12...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] --- tests/package-lock.json | 8 ++++---- tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }