From 4bf2f65a6b489781919e10c19ab6ed2fad3799e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:20:53 +0000 Subject: [PATCH] Bump zustand from 4.3.7 to 4.4.1 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.3.7 to 4.4.1. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.3.7...v4.4.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..042b2019 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.4.1", "zx": "4.2.0" } } diff --git a/yarn.lock b/yarn.lock index 7aa62058..1db1f927 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.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.4.1.tgz#0cd3a3e4756f21811bd956418fdc686877e8b3b0" + integrity sha512-QCPfstAS4EBiTQzlaGP1gmorkh/UL1Leaj2tdj+zZCZ/9bm0WS7sI2wnfD5lpOszFqWJ1DcPnGoY8RDL61uokw== dependencies: use-sync-external-store "1.2.0"