From 80749ddc762f6e277840fdd0242d7000b24bb42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:04:41 +0000 Subject: [PATCH] ui: bump the ui group in /ui with 3 updates Bumps the ui group in /ui with 3 updates: [@testing-library/user-event](https://github.com/testing-library/user-event), [globals](https://github.com/sindresorhus/globals) and [zustand](https://github.com/pmndrs/zustand). Updates `@testing-library/user-event` from 14.6.3 to 14.6.5 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.6.3...v14.6.5) Updates `globals` from 17.9.0 to 17.11.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.9.0...v17.11.0) Updates `zustand` from 5.0.14 to 5.0.15 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.14...v5.0.15) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui - dependency-name: globals dependency-version: 17.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui ... Signed-off-by: dependabot[bot] --- ui/apps/console/package.json | 2 +- ui/package-lock.json | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) 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"