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

This commit is contained in:
Renovate Bot 2023-10-31 15:02:21 +00:00
parent ab6ba10cb6
commit 7aeeea79ba

6
package-lock.json generated

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