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

Reviewed-on: #27
This commit is contained in:
Lee 2023-10-31 15:41:06 +00:00
commit f8eb17b06c

6
package-lock.json generated

@ -6735,9 +6735,9 @@
}
},
"node_modules/zustand": {
"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==",
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.5.tgz",
"integrity": "sha512-jgIrBBLKncQW74PA2Lclct3gwD4aPughwGE4FqlXrv3rDqQox7JCn8rwUiFK6ygJcbBAvfTf8fF+ICg7HLD2FQ==",
"dependencies": {
"use-sync-external-store": "1.2.0"
},