fix(deps): update dependency zustand to v4.4.4

This commit is contained in:
Renovate Bot 2023-10-21 15:05:28 +00:00
parent 51ecd67747
commit 1f2f5ba2e0

6
package-lock.json generated

@ -5783,9 +5783,9 @@
}
},
"node_modules/zustand": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.3.tgz",
"integrity": "sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.4.tgz",
"integrity": "sha512-5UTUIAiHMNf5+mFp7/AnzJXS7+XxktULFN0+D1sCiZWyX7ZG+AQpqs2qpYrynRij4QvoDdCD+U+bmg/cG3Ucxw==",
"dependencies": {
"use-sync-external-store": "1.2.0"
},