From 4dc45e01957399e83ef28240598d7fbbef156d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:35:44 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.2.0 to 5.2.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.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.2.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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50b921e..4affef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "deepagents": "^1.10.5", "ink": "^7.1.0", "ink-scroll-view": "^0.3.7", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.1", "marked": "^9.1.6", "marked-terminal": "^7.3.0", "pino": "^10.3.1", @@ -2840,9 +2840,9 @@ } }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", "funding": [ { "type": "github", @@ -2858,7 +2858,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/langchain": { diff --git a/package.json b/package.json index a26dda2..657f918 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cron-parser": "^5.6.1", "ink": "^7.1.0", "ink-scroll-view": "^0.3.7", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.1", "marked": "^9.1.6", "marked-terminal": "^7.3.0", "pino": "^10.3.1",