Skip to content

Commit accff7b

Browse files
christsoclaude
andauthored
chore(deps): bump yaml to ^2.8.3 (#1062)
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 <noreply@anthropic.com>
1 parent b506d9e commit accff7b

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"json5": "^2.2.3",
4242
"micromatch": "^4.0.8",
4343
"semver": "^7.7.4",
44-
"yaml": "^2.6.1"
44+
"yaml": "^2.8.3"
4545
},
4646
"peerDependencies": {
4747
"@mariozechner/pi-coding-agent": "^0.62.0"

bun.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/showcase/evaluator-conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"type": "module",
55
"dependencies": {
66
"@agentv/eval": "file:../../../packages/eval",
7-
"yaml": "^2.7.1"
7+
"yaml": "^2.8.3"
88
}
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"p-limit": "^6.1.0",
3939
"tsup": "8.3.5",
4040
"typescript": "5.8.3",
41-
"yaml": "^2.6.1"
41+
"yaml": "^2.8.3"
4242
},
4343
"dependencies": {
4444
"@openrouter/ai-sdk-provider": "^2.3.3"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"fast-glob": "^3.3.3",
5454
"json5": "^2.2.3",
5555
"micromatch": "^4.0.8",
56-
"yaml": "^2.6.0",
56+
"yaml": "^2.8.3",
5757
"zod": "^3.23.8"
5858
},
5959
"optionalDependencies": {

0 commit comments

Comments
 (0)