fix(deps): update dependency zustand to v4.4.5 #27

Merged
Fascinated merged 1 commits from renovate/zustand-4.x-lockfile into master 2023-10-31 15:41:06 +00:00

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"
},