diff --git a/package-lock.json b/package-lock.json index eb6b569..0e5cf49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.4.1", - "zustand": "^5.0.2" + "zustand": "^5.0.14" }, "devDependencies": { "@axe-core/playwright": "^4.12.1", @@ -4945,9 +4945,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.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 1ef8773..78fb93a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.4.1", - "zustand": "^5.0.2" + "zustand": "^5.0.14" }, "devDependencies": { "@axe-core/playwright": "^4.12.1",