From e36678c2744ca8aa79107ec9060322f467e46980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 15:05:14 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.13 to 5.0.14 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.13 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.13...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 4298941..a0d734b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "sonner": "^2.0.7", "systeminformation": "^5.31.6", "tailwind-merge": "^3.6.0", - "zustand": "^5.0.13" + "zustand": "^5.0.14" }, "devDependencies": { "@axe-core/react": "^4.11.2", @@ -10165,9 +10165,9 @@ } }, "node_modules/zustand": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", - "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", + "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 584eb02..40adc14 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,6 @@ "sonner": "^2.0.7", "systeminformation": "^5.31.6", "tailwind-merge": "^3.6.0", - "zustand": "^5.0.13" + "zustand": "^5.0.14" } }