From 980437a5ed066c932d0fe471317198a2345834a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:07:27 +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.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++--------------- package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f151f30..4636a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,13 +18,12 @@ "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", "posix": "^4.2.0", "tiktoken": "^1.0.22", - "tiny-lru": "^13.0.0", "yargs": "^18.0.0", "zod": "^4.1.8" }, @@ -2841,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", @@ -2859,7 +2858,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/langchain": { @@ -4007,15 +4006,6 @@ "integrity": "sha512-PKvy1rVF1RibfF3JlXBSP0Jrcw2uq3yXdgcEXtKTYn3QJ/cBRBHDnrJ5jHky+MENZ6DIPwNUGWpkVx+7joCpNA==", "license": "MIT" }, - "node_modules/tiny-lru": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-13.0.0.tgz", - "integrity": "sha512-xDHxKKS1FdF0Tv2P+QT7IeSEg74K/8cEDzbv3Tv6UyHHUgBOjOiQiBp818MGj66dhurQus/IBcoAbwIKtSGc6Q==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=14" - } - }, "node_modules/tinypool": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz", diff --git a/package.json b/package.json index 188868e..23020f5 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",