Merge pull request 'fix(deps): update dependency zustand to v4.4.4' (#13) from renovate/zustand-4.x-lockfile into master
All checks were successful
deploy / deploy (push) Successful in 54s

Reviewed-on: #13
This commit is contained in:
Lee 2023-10-21 21:26:10 +00:00
commit 30920e219a

6
package-lock.json generated

@ -5811,9 +5811,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"
},