From 68897877e7b9d074e88f8ef20933f652e259d86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 07:52:37 +0000 Subject: [PATCH] build(deps): bump @kestra-io/ui-libs in /ui in the patch group Bumps the patch group in /ui with 1 update: [@kestra-io/ui-libs](https://github.com/kestra-io/ui-libs). Updates `@kestra-io/ui-libs` from 0.0.282 to 0.0.283 - [Commits](https://github.com/kestra-io/ui-libs/compare/v0.0.282...v0.0.283) --- updated-dependencies: - dependency-name: "@kestra-io/ui-libs" dependency-version: 0.0.283 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index a9e4fc095ad..0cd696568f4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@js-joda/core": "^5.7.0", - "@kestra-io/ui-libs": "^0.0.282", + "@kestra-io/ui-libs": "^0.0.283", "@vue-flow/background": "^1.3.2", "@vue-flow/controls": "^1.1.2", "@vue-flow/core": "^1.48.2", @@ -1912,9 +1912,9 @@ "license": "MIT" }, "node_modules/@kestra-io/ui-libs": { - "version": "0.0.282", - "resolved": "https://registry.npmjs.org/@kestra-io/ui-libs/-/ui-libs-0.0.282.tgz", - "integrity": "sha512-77PTgzyPWK/HnxGqD2KThRe6vLerbYzGbEUj8OjJ+yQObU9FaWOQA9JgFZe88OPAAV0ibh3GqFbbXoP3OeYauA==", + "version": "0.0.283", + "resolved": "https://registry.npmjs.org/@kestra-io/ui-libs/-/ui-libs-0.0.283.tgz", + "integrity": "sha512-gfF0Q+o/im4X8r5lltJCMxyRMRKfoPpliCVJAF0tA15W7iFabXVeAJC8EAMeUqwWnSOZdZjr21lCyR1YbdxyoQ==", "dependencies": { "@nuxtjs/mdc": "^0.20.1", "@popperjs/core": "^2.11.8", diff --git a/ui/package.json b/ui/package.json index 898c8ddd36c..effd753360e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@js-joda/core": "^5.7.0", - "@kestra-io/ui-libs": "^0.0.282", + "@kestra-io/ui-libs": "^0.0.283", "@vue-flow/background": "^1.3.2", "@vue-flow/controls": "^1.1.2", "@vue-flow/core": "^1.48.2",