diff --git a/package.json b/package.json index 8f92dcc6..eda581d7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "recharts": "^2.9.0", "swr": "^2.2.4", "tailwind-scrollbar-hide": "^1.1.7", - "zustand": "^4.4.3" + "zustand": "^4.4.6" }, "devDependencies": { "@svgr/webpack": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index d2788d8e..527319fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10334,16 +10334,9 @@ zen-observable@0.8.15: resolved "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz" integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ== -zustand@^4.3.8: - version "4.4.1" - resolved "https://registry.npmjs.org/zustand/-/zustand-4.4.1.tgz" - integrity sha512-QCPfstAS4EBiTQzlaGP1gmorkh/UL1Leaj2tdj+zZCZ/9bm0WS7sI2wnfD5lpOszFqWJ1DcPnGoY8RDL61uokw== - dependencies: - use-sync-external-store "1.2.0" - -zustand@^4.4.3: - version "4.4.3" - resolved "https://registry.npmjs.org/zustand/-/zustand-4.4.3.tgz" - integrity sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A== +zustand@^4.3.8, zustand@^4.4.6: + version "4.4.6" + resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.4.6.tgz#03c78e3e2686c47095c93714c0c600b72a6512bd" + integrity sha512-Rb16eW55gqL4W2XZpJh0fnrATxYEG3Apl2gfHTyDSE965x/zxslTikpNch0JgNjJA9zK6gEFW8Fl6d1rTZaqgg== dependencies: use-sync-external-store "1.2.0"