From 4f46a14e3e9079c31c870a3f17498d31f48e31ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:37:08 +0000 Subject: [PATCH] Bump zustand from 4.1.3 to 4.1.4 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4e6a2cd..6702b16 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-toastify": "^9.0.8", "sharp": "^0.31.1", "websocket": "^1.0.34", - "zustand": "^4.1.3" + "zustand": "^4.1.4" }, "devDependencies": { "@types/node": "^18.11.7", diff --git a/yarn.lock b/yarn.lock index 33f9b53..cf23773 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2905,8 +2905,9 @@ yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" -zustand@^4.1.3: - version "4.1.3" - resolved "https://registry.npmjs.org/zustand/-/zustand-4.1.3.tgz" +zustand@^4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.4.tgz#b0286da4cc9edd35e91c96414fa54bfa4652a54d" + integrity sha512-k2jVOlWo8p4R83mQ+/uyB8ILPO2PCJOf+QVjcL+1PbMCk1w5OoPYpAIxy9zd93FSfmJqoH6lGdwzzjwqJIRU5A== dependencies: use-sync-external-store "1.2.0"