From b233500b5b5fb49c2e669b40c28a8558f5bec732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:36:18 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.0 to 4.3.1 in /ui-vue3 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 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 4eec7fee3..6c03dbc79 100644 --- a/ui-vue3/package.json +++ b/ui-vue3/package.json @@ -36,7 +36,7 @@ "g6-extension-vue": "^0.1.0", "gsap": "^3.12.7", "js-cookie": "^3.0.5", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.1", "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..14f9803c7 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.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.1.tgz#01216c001d67f48e2cd560d708c7af21090a3848" + integrity sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ== dependencies: argparse "^2.0.1"