From 19071211fde75431f121730c3acdfd1949c61c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:12:36 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /ui/dashboard Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/dashboard/package-lock.json | 15 +++++---------- ui/dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/ui/dashboard/package-lock.json b/ui/dashboard/package-lock.json index 86772b5f..6e56eb15 100644 --- a/ui/dashboard/package-lock.json +++ b/ui/dashboard/package-lock.json @@ -31,7 +31,7 @@ "dagre-compound": "0.0.11", "ejs": "3.1.7", "jquery": "3.6.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "lodash-es": "4.17.21", "moment": "2.29.4", "monaco-editor": "0.33.0", @@ -4291,12 +4291,6 @@ "@types/jasmine": "*" } }, - "node_modules/@types/js-yaml": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", - "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", - "dev": true - }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -9942,9 +9936,10 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/ui/dashboard/package.json b/ui/dashboard/package.json index 727fbef1..43a95784 100644 --- a/ui/dashboard/package.json +++ b/ui/dashboard/package.json @@ -37,7 +37,7 @@ "dagre-compound": "0.0.11", "ejs": "3.1.7", "jquery": "3.6.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "lodash-es": "4.17.21", "moment": "2.29.4", "monaco-editor": "0.33.0",