From 42da3efd0b535a45bae06bdff00a43e6d96b45c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:13:22 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.14 to 5.0.15 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.14 to 5.0.15. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.14...v5.0.15) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58a19ec..58ce97a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "next": "16.3.0", "react": "19.2.8", "react-dom": "19.2.8", - "zustand": "5.0.14" + "zustand": "5.0.15" }, "devDependencies": { "@playwright/test": "1.62.1", @@ -6094,7 +6094,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -7646,9 +7645,9 @@ } }, "node_modules/zustand": { - "version": "5.0.14", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.14.tgz", - "integrity": "sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g==", + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.15.tgz", + "integrity": "sha512-MpSEjRiBkA9crSYeOUH32rJC7SVqAbm0Fqcqge/bUi2PPoLcBWKOsG+C8mevmpr8TwXHBVkChbbJiyvkE+i/3A==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 9a66956..c4dceb5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "next": "16.3.0", "react": "19.2.8", "react-dom": "19.2.8", - "zustand": "5.0.14" + "zustand": "5.0.15" }, "devDependencies": { "@playwright/test": "1.62.1",