From 0f6530a35c376c022bfee30f806ffa172a1a446c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:04:59 +0000 Subject: [PATCH] Bump js-yaml from 4.3.0 to 5.2.0 in /gui Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 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..9d3e7b3 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.0", "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.0", "react-router": ">=7.12.0", "tar": ">=7.5.16", "tw-animate-css": "^1.4.0",