diff --git a/ui/apps/console/package.json b/ui/apps/console/package.json index 8d4c2073032..2625fcd009e 100644 --- a/ui/apps/console/package.json +++ b/ui/apps/console/package.json @@ -39,7 +39,7 @@ "react-hook-form": "^7.85.0", "sshpk": "^1.18.0", "zod": "^3.25.76", - "zustand": "^5.0.14" + "zustand": "^5.0.15" }, "devDependencies": { "@tanstack/react-query-devtools": "^5.101.4", diff --git a/ui/package-lock.json b/ui/package-lock.json index 6016f6e247c..29fb028044f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -81,7 +81,7 @@ "react-hook-form": "^7.85.0", "sshpk": "^1.18.0", "zod": "^3.25.76", - "zustand": "^5.0.14" + "zustand": "^5.0.15" }, "devDependencies": { "@tanstack/react-query-devtools": "^5.101.4", @@ -3086,9 +3086,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.6.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.3.tgz", - "integrity": "sha512-6dBq67jT8lE+JTE8Exm02Kt6ze43hz1jdiSpSJwtTZiT1xQQ6b7nZYTTQ9njdArdU8XklOwaDp/AbT/eYSKF4g==", + "version": "14.6.5", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.5.tgz", + "integrity": "sha512-FhqjldLTpteueBaKflhNFlMT3+PM0O5fiBUivht6b9CZ1eesJyy7+g3Jr7XwJzt/Hip3ZG5hWwK1MX1FuDiE4w==", "dev": true, "license": "MIT", "engines": { @@ -7740,9 +7740,9 @@ } }, "node_modules/globals": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", - "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { @@ -14014,7 +14014,9 @@ } }, "node_modules/zustand": { - "version": "5.0.14", + "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"