Skip to content

Commit 159fdb8

Browse files
jeremyederclaude
andauthored
fix(deps): address Dependabot security alerts (#1165)
## Summary - Bump **aiohttp** 3.13.3 → 3.13.5 (10 alerts: header injection, SSRF, DoS) - Bump **anthropic** 0.74.1 → 0.88.0 (2 alerts: sandbox escape, file permissions) - Bump **fastmcp** 2.14.3 → 2.14.6 (3 alerts: SSRF, OAuth bypass, command injection) - Bump **pygments** 2.19.2 → 2.20.0 (1 alert: ReDoS) - Bump **docker/docker** 28.5.1 → 28.5.2 (latest available; v29.3.1 fix not yet released on this module path) - Bump **lodash-es** to >=4.18.0 via npm override in docs (2 alerts: code injection, prototype pollution) Addresses Dependabot alerts: #143#160 ### Not fixable yet - **docker/docker** alerts #134, #135: fix requires v29.3.1 which hasn't been released on the `github.com/docker/docker` Go module path. Bumped to latest available (28.5.2). ## Test plan - [ ] Runner tests pass - [ ] `docs` site builds (`cd docs && npm run build`) - [ ] `ambient-api-server` builds (`cd components/ambient-api-server && go build ./...`) 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated multiple project dependencies across the application stack to maintain compatibility and system stability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b28fb27 commit 159fdb8

File tree

6 files changed

+591
-562
lines changed

6 files changed

+591
-562
lines changed

components/ambient-api-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/cpuguy83/dockercfg v0.3.2 // indirect
3939
github.com/distribution/reference v0.6.0 // indirect
4040
github.com/docker/distribution v2.8.2+incompatible // indirect
41-
github.com/docker/docker v28.5.1+incompatible // indirect
41+
github.com/docker/docker v28.5.2+incompatible // indirect
4242
github.com/docker/go-connections v0.6.0 // indirect
4343
github.com/docker/go-healthcheck v0.1.0 // indirect
4444
github.com/docker/go-units v0.5.0 // indirect

components/ambient-api-server/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
107107
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
108108
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
109109
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
110-
github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM=
111-
github.com/docker/docker v28.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
110+
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
111+
github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
112112
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
113113
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
114114
github.com/docker/go-healthcheck v0.1.0 h1:6ZrRr63F5LLsPwSlbZgjgoxNu+o1VlMIhCQWgbfrgU0=

components/runners/ambient-runner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020

2121
[project.optional-dependencies]
2222
claude = [
23-
"anthropic[vertex]>=0.86.0",
23+
"anthropic[vertex]>=0.88.0",
2424
"claude-agent-sdk>=0.1.50",
2525
]
2626
observability = [

0 commit comments

Comments
 (0)