diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 3bb5caaec..e5651efe9 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -35,7 +35,7 @@ "htmx-ext-head-support": "2.0.5", "htmx-ext-preload": "2.1.2", "htmx.org": "2.0.10", - "idb-keyval": "^6.2.5", + "idb-keyval": "6.2.5", "katex": "^0.16.45", "lodash": "^4.17.23", "marked": "17.0.6", @@ -45,7 +45,7 @@ "ua-parser-js": "2.0.10", "uuid": "14.0.1", "zod": "4.4.3", - "zustand": "5.0.13" + "zustand": "^5.0.14" }, "devDependencies": { "@babel/core": "7.29.6", @@ -34441,9 +34441,9 @@ "license": "MIT" }, "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/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 512448e0c..76eb008d8 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -135,6 +135,6 @@ "ua-parser-js": "2.0.10", "uuid": "14.0.1", "zod": "4.4.3", - "zustand": "5.0.13" + "zustand": "5.0.14" } }