From 0741fe56a7473a6c6cea9349b27d12a47932d671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:31:51 +0000 Subject: [PATCH] chore: bump zustand from 5.0.3 to 5.0.14 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.3 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.3...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 a19145e..f92e951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react-toastify": "^11.0.2", "sharp": "^0.33.5", "swiper": "^12.1.2", - "zustand": "^5.0.1" + "zustand": "^5.0.14" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", @@ -12810,9 +12810,9 @@ } }, "node_modules/zustand": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.3.tgz", - "integrity": "sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==", + "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 288afe4..6bb48c4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-toastify": "^11.0.2", "sharp": "^0.33.5", "swiper": "^12.1.2", - "zustand": "^5.0.1" + "zustand": "^5.0.14" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0",