From ccfea618820db228b54d8b8ca62b319b56e61dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 09:28:44 +0000 Subject: [PATCH] Bump zustand from 5.0.3 to 5.0.7 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.3 to 5.0.7. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.3...v5.0.7) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.7 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 06b916b..b760430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-firebase-hooks": "^5.1.1", "react-icons": "^5.5.0", "recharts": "^2.15.1", - "zustand": "^5.0.3" + "zustand": "^5.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3", @@ -8921,9 +8921,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.7", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.7.tgz", + "integrity": "sha512-Ot6uqHDW/O2VdYsKLLU8GQu8sCOM1LcoE8RwvLv9uuRT9s6SOHCKs0ZEOhxg+I1Ld+A1Q5lwx+UlKXXUoCZITg==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 01c5454..5f1a014 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-firebase-hooks": "^5.1.1", "react-icons": "^5.5.0", "recharts": "^2.15.1", - "zustand": "^5.0.3" + "zustand": "^5.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3",