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

Reviewed-on: #29
This commit is contained in:
Lee 2023-11-04 21:29:09 +00:00
commit f2ea9ae1ca

6
package-lock.json generated

@ -6735,9 +6735,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.6",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.6.tgz",
"integrity": "sha512-Rb16eW55gqL4W2XZpJh0fnrATxYEG3Apl2gfHTyDSE965x/zxslTikpNch0JgNjJA9zK6gEFW8Fl6d1rTZaqgg==",
"dependencies": {
"use-sync-external-store": "1.2.0"
},