diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d3e752c294..d89eac6280 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.3.1", "react-i18next": "^14.0.0", "react-router-dom": "^7.18.0", - "zustand": "^5.0.13" + "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^18.3.12", @@ -1557,9 +1557,9 @@ } }, "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.15", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.15.tgz", + "integrity": "sha512-MpSEjRiBkA9crSYeOUH32rJC7SVqAbm0Fqcqge/bUi2PPoLcBWKOsG+C8mevmpr8TwXHBVkChbbJiyvkE+i/3A==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/frontend/package.json b/frontend/package.json index 12db2c8cd4..db39a33453 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "react-i18next": "^14.0.0", "react-router-dom": "^7.18.0", - "zustand": "^5.0.13" + "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^18.3.12",