From b8dca9674002ba2af34b084c5043bd78b3a9f8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:16:14 +0000 Subject: [PATCH] Bump zustand from 4.3.7 to 4.5.1 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.3.7 to 4.5.1. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.3.7...v4.5.1) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e8095d0..e075a774 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "webpack-cli": "^5.0.2", "webpack-node-externals": "^3.0.0", "yarn": "^1.22.19", - "zustand": "^4.3.7", + "zustand": "^4.5.1", "zx": "4.2.0" } } diff --git a/yarn.lock b/yarn.lock index 7aa62058..321acde0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17308,10 +17308,10 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zustand@^4.3.7: - version "4.3.7" - resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.7.tgz#501b1f0393a7f1d103332e45ab574be5747fedce" - integrity sha512-dY8ERwB9Nd21ellgkBZFhudER8KVlelZm8388B5nDAXhO/+FZDhYMuRnqDgu5SYyRgz/iaf8RKnbUs/cHfOGlQ== +zustand@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.1.tgz#2088956ee454759fb8b866ca335a2373e76736c5" + integrity sha512-XlauQmH64xXSC1qGYNv00ODaQ3B+tNPoy22jv2diYiP4eoDKr9LA+Bh5Bc3gplTrFdb6JVI+N4kc1DZ/tbtfPg== dependencies: use-sync-external-store "1.2.0"