From 0394cd93627a69c8be525843696e98b71747c8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:42:14 -0500 Subject: [PATCH] Bump zustand from 5.0.1 to 5.0.3 (#174) Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a2120f4..5271bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/material": "^6.1.10", "react": "^18.3.1", "react-dom": "^18.3.1", - "zustand": "^5.0.1" + "zustand": "^5.0.3" }, "devDependencies": { "@cypress/code-coverage": "^3.13.7", @@ -15567,10 +15567,9 @@ } }, "node_modules/zustand": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.1.tgz", - "integrity": "sha512-pRET7Lao2z+n5R/HduXMio35TncTlSW68WsYBq2Lg1ASspsNGjpwLAsij3RpouyV6+kHMwwwzP0bZPD70/Jx/w==", - "license": "MIT", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.3.tgz", + "integrity": "sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==", "engines": { "node": ">=12.20.0" }, diff --git a/package.json b/package.json index fa8d970..6c7370b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@mui/material": "^6.1.10", "react": "^18.3.1", "react-dom": "^18.3.1", - "zustand": "^5.0.1" + "zustand": "^5.0.3" }, "devDependencies": { "@cypress/code-coverage": "^3.13.7",