From 3a26f4cd5891a7559ea7681bbcc41f41eb628c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:54:10 +0000 Subject: [PATCH] chore(deps): bump js-yaml in the production-deps group Bumps the production-deps group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.2.0 to 5.0.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.0.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-deps ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2c6a71..2db63ef 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dompurify": "^3.4.3", "highlight.js": "^11.11.1", "i18next": "^26.0.10", - "js-yaml": "^4.1.0", + "js-yaml": "^5.0.0", "listr2": "^10.2.1", "lucide-react": "^1.14.0", "marked": "^18.0.3",