From afc256d099fd43e6442fb45656dd38dc533d1cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:24:57 +0000 Subject: [PATCH] deps: 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:production 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 6ca1d1f94..d444ce653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "typescript": "^5.8.3", "uuid": "^14.0.0", "zod": "^3.25.76", - "zustand": "^5.0.4" + "zustand": "^5.0.14" }, "bin": { "d": "scripts/dev/dev-start.js" @@ -21845,9 +21845,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==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index d8392cc46..c18d1b484 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "typescript": "^5.8.3", "uuid": "^14.0.0", "zod": "^3.25.76", - "zustand": "^5.0.4" + "zustand": "^5.0.14" }, "devDependencies": { "@next/bundle-analyzer": "^16.2.2",