From 6fe3f3681b25bf0554881410e0e01ea0ba8ad3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:24:25 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.0 to 4.2.0 in /ui-vue3 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui-vue3/package.json | 2 +- ui-vue3/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui-vue3/package.json b/ui-vue3/package.json index 70b06d7c1..03a426b70 100644 --- a/ui-vue3/package.json +++ b/ui-vue3/package.json @@ -35,7 +35,7 @@ "g6-extension-vue": "^0.1.0", "gsap": "^3.12.7", "js-cookie": "^3.0.5", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "less": "^4.2.0", "lodash": "^4.17.21", "monaco-editor": "^0.52.2", diff --git a/ui-vue3/yarn.lock b/ui-vue3/yarn.lock index b012370c9..b218bfba6 100644 --- a/ui-vue3/yarn.lock +++ b/ui-vue3/yarn.lock @@ -4373,10 +4373,10 @@ js-cookie@^3.0.5: resolved "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== +js-yaml@^4.1.0, js-yaml@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524" + integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw== dependencies: argparse "^2.0.1"