Commit 159fdb8
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- components
- ambient-api-server
- runners/ambient-runner
- docs
6 files changed
+591
-562
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments