From 555aef7adfc1b22f12279afd661918f9dfaaa307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:52:26 +0000 Subject: [PATCH] fix(deps): update dependency zustand to v4.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7b2bd1dd7..46d4c2cd6 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "reselect": "4.1.7", "tabbable": "5.3.3", "use-query-params": "1.2.3", - "zustand": "4.1.5" + "zustand": "4.2.0" }, "engines": { "node": ">=14.0.0" diff --git a/yarn.lock b/yarn.lock index 7f5a4431b..70d5dbf49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16528,9 +16528,9 @@ zip-stream@^2.1.2: compress-commons "^2.1.1" readable-stream "^3.4.0" -zustand@4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.5.tgz#7402b511f5b23ccb0f9ba6d20ae01ec817e16eb6" - integrity sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q== +zustand@4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.2.0.tgz#f6ef9e63794eda9b296979578538a6df6be3e1b0" + integrity sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw== dependencies: use-sync-external-store "1.2.0"