From 8aea7f1a4f2cc3850594d143ae2b29aefe3ec55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:05:10 +0000 Subject: [PATCH] Bump js-yaml from 4.3.0 to 5.2.1 in /gui Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/package.json b/gui/package.json index c86dd88..69b01ec 100644 --- a/gui/package.json +++ b/gui/package.json @@ -45,7 +45,7 @@ "embla-carousel-react": "^8.6.0", "framer-motion": "^12.24.0", "input-otp": "^1.4.2", - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.1", "lucide-react": "^0.563.0", "next-themes": "^0.4.6", "react": "^19.2.3", @@ -74,7 +74,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.0", "globals": "^17.0.0", - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.1", "react-router": ">=7.12.0", "tar": ">=7.5.16", "tw-animate-css": "^1.4.0",