diff --git a/package-lock.json b/package-lock.json index e76ffda7..875d5430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "styled-components": "^6.1.19", "uuid": "^11.1.0", "zustand": "^4.5.5", - "zustand-slices": "^0.3.0" + "zustand-slices": "^0.4.0" }, "devDependencies": { "@babel/core": "^7.28.0", @@ -22638,9 +22638,10 @@ } }, "node_modules/zustand-slices": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/zustand-slices/-/zustand-slices-0.3.0.tgz", - "integrity": "sha512-deJuuBXvHx/wJvx+3bsCnkZf6AaCfagUggz2H8WQ9Z0bLXvVLFp4TD+QFBPtilOsbaIvJIRgW+maLJxgHAzFRw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/zustand-slices/-/zustand-slices-0.4.0.tgz", + "integrity": "sha512-Hs+JJc6wIFWwzefe/RLeGuWQgE3ZHQubLRaWyeJ3fFIKrM4gl2VeRZEunbIA33R5ashZyRbZ36ZrPybEUL+yJA==", + "license": "MIT", "peerDependencies": { "immer": ">=9.0.6", "react": ">=18.0.0", diff --git a/package.json b/package.json index f9c620c2..470a36bf 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "styled-components": "^6.1.19", "uuid": "^11.1.0", "zustand": "^4.5.5", - "zustand-slices": "^0.3.0" + "zustand-slices": "^0.4.0" }, "overrides": { "react-syntax-highlighter": {