diff --git a/package-lock.json b/package-lock.json index 4a41a8a..447afe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.0.1", "react-dom": "^19.0.1", "vite": "^8.1.4", - "zustand": "^5.0.13" + "zustand": "^5.0.14" }, "devDependencies": { "@types/cors": "^2.8.19", @@ -3815,9 +3815,9 @@ "license": "ISC" }, "node_modules/zustand": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", - "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.14.tgz", + "integrity": "sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index aaa7ce3..00132be 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react": "^19.0.1", "react-dom": "^19.0.1", "vite": "^8.1.4", - "zustand": "^5.0.13" + "zustand": "^5.0.14" }, "devDependencies": { "@types/cors": "^2.8.19",