diff --git a/client/package.json b/client/package.json index dba7ead..47ff18f 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "react-leaflet": "^4.2.1", "react-router-dom": "^7.13.1", "socket.io-client": "^4.8.3", - "zustand": "^5.0.11" + "zustand": "^5.0.12" }, "devDependencies": { "@testing-library/react": "^16.3.2", diff --git a/package-lock.json b/package-lock.json index ba42082..985c2a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "react-leaflet": "^4.2.1", "react-router-dom": "^7.13.1", "socket.io-client": "^4.8.3", - "zustand": "^5.0.11" + "zustand": "^5.0.12" }, "devDependencies": { "@tailwindcss/vite": "^4.2.1", @@ -9441,9 +9441,9 @@ } }, "node_modules/zustand": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz", - "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", + "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", "license": "MIT", "engines": { "node": ">=12.20.0"