From 564c996a9aa70b24ea757bd177cac6b2713a15d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:16:56 +0000 Subject: [PATCH] build(deps): bump uuid from 10.0.0 to 14.0.0 in /ui Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 1d62475a..1563d3f2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,7 +29,7 @@ "pinia": "^3.0.2", "pretty-bytes": "^7.0.0", "sortablejs": "^1.15.3", - "uuid": "^10.0.0", + "uuid": "^14.0.0", "vue": "^3.5.16", "vue-draggable-plus": "^0.5.2", "vue-i18n": "^11.1.5", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1a3892e8..81dfe54b 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4031,10 +4031,10 @@ util-deprecate@^1.0.2: resolved "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.npmmirror.com/uuid/-/uuid-10.0.0.tgz" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== vdirs@^0.1.4, vdirs@^0.1.8: version "0.1.8"