diff --git a/package-lock.json b/package-lock.json index 5eadd76..80e50b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-resizable-panels": "^4.11.0", "sql-formatter": "^15.7.3", "tailwind-merge": "^3.5.0", - "zustand": "^5.0.12" + "zustand": "^5.0.13" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -5326,9 +5326,9 @@ } }, "node_modules/zustand": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", - "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", + "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 245257a..9a151ab 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-resizable-panels": "^4.11.0", "sql-formatter": "^15.7.3", "tailwind-merge": "^3.5.0", - "zustand": "^5.0.12" + "zustand": "^5.0.13" }, "devDependencies": { "@eslint/js": "^10.0.1",