From 9254a51993e2eb49e9f4b375c9e901b7dde875ac Mon Sep 17 00:00:00 2001 From: Christopher Tso Date: Sun, 12 Apr 2026 22:34:42 +0000 Subject: [PATCH] chore(deps): bump yaml to ^2.8.3 Update yaml dependency across all packages to resolve vulnerability in prior versions. Bumps minimum from ^2.6.0/^2.6.1/^2.7.1 to ^2.8.3. Co-Authored-By: Claude Opus 4.6 --- apps/cli/package.json | 2 +- bun.lock | 14 +++++++------- .../showcase/evaluator-conformance/package.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index 7afce8c9d..03e242490 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -41,7 +41,7 @@ "json5": "^2.2.3", "micromatch": "^4.0.8", "semver": "^7.7.4", - "yaml": "^2.6.1" + "yaml": "^2.8.3" }, "peerDependencies": { "@mariozechner/pi-coding-agent": "^0.62.0" diff --git a/bun.lock b/bun.lock index e957b7f56..aa371c3fb 100644 --- a/bun.lock +++ b/bun.lock @@ -18,12 +18,12 @@ "p-limit": "^6.1.0", "tsup": "8.3.5", "typescript": "5.8.3", - "yaml": "^2.6.1", + "yaml": "^2.8.3", }, }, "apps/cli": { "name": "agentv", - "version": "4.5.1", + "version": "4.15.0", "bin": { "agentv": "./dist/cli.js", }, @@ -41,7 +41,7 @@ "json5": "^2.2.3", "micromatch": "^4.0.8", "semver": "^7.7.4", - "yaml": "^2.6.1", + "yaml": "^2.8.3", }, "devDependencies": { "@agentv/core": "workspace:*", @@ -86,7 +86,7 @@ }, "packages/core": { "name": "@agentv/core", - "version": "4.5.1", + "version": "4.15.0", "dependencies": { "@agentclientprotocol/sdk": "^0.14.1", "@agentv/eval": "workspace:*", @@ -101,7 +101,7 @@ "fast-glob": "^3.3.3", "json5": "^2.2.3", "micromatch": "^4.0.8", - "yaml": "^2.6.0", + "yaml": "^2.8.3", "zod": "^3.23.8", }, "devDependencies": { @@ -127,7 +127,7 @@ }, "packages/eval": { "name": "@agentv/eval", - "version": "4.5.1", + "version": "4.15.0", "dependencies": { "zod": "^3.23.8", }, @@ -1624,7 +1624,7 @@ "yallist": ["yallist@3.1.1", "", {}, "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="], - "yaml": ["yaml@2.8.2", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A=="], + "yaml": ["yaml@2.8.3", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg=="], "yargs-parser": ["yargs-parser@21.1.1", "", {}, "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="], diff --git a/examples/showcase/evaluator-conformance/package.json b/examples/showcase/evaluator-conformance/package.json index db4e2a8be..7ac4a2b2c 100644 --- a/examples/showcase/evaluator-conformance/package.json +++ b/examples/showcase/evaluator-conformance/package.json @@ -4,6 +4,6 @@ "type": "module", "dependencies": { "@agentv/eval": "file:../../../packages/eval", - "yaml": "^2.7.1" + "yaml": "^2.8.3" } } diff --git a/package.json b/package.json index 14af6d548..ddbefff82 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "p-limit": "^6.1.0", "tsup": "8.3.5", "typescript": "5.8.3", - "yaml": "^2.6.1" + "yaml": "^2.8.3" }, "dependencies": { "@openrouter/ai-sdk-provider": "^2.3.3" diff --git a/packages/core/package.json b/packages/core/package.json index d1d3105e4..260825b93 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -53,7 +53,7 @@ "fast-glob": "^3.3.3", "json5": "^2.2.3", "micromatch": "^4.0.8", - "yaml": "^2.6.0", + "yaml": "^2.8.3", "zod": "^3.23.8" }, "optionalDependencies": {