Skip to content

Commit b605dc0

Browse files
mrw-rlclaude
andauthored
chore(deps): patch 3 Dependabot alerts (tmp, qs, ws) (#239)
Patches the 3 open Dependabot alerts, all transitive npm deps, following the repo's existing `pnpm.overrides` pattern. | # | Sev | Pkg | Was | Now | Source | |---|-----|-----|-----|-----|--------| | 75 | high | `tmp` | 0.2.5 | 0.2.7 | `@anthropic-ai/mcpb` → external-editor | | 74 | medium | `qs` | 6.15.1 | 6.15.2 | `express` / body-parser | | 73 | medium | `ws` | 8.19.0 | 8.21.0 | `ink` (+ direct dep) | ## Changes - Bump `tmp` override floor `^0.2.5` → `^0.2.6` - Bump `qs` override floor `^6.15.1` → `^6.15.2` - Add `ws` override `^8.20.1` and raise the direct `ws` dep floor `^8.18.0` → `^8.20.1` so the ranges agree ## Verification - `pnpm audit` → **No known vulnerabilities found** - `pnpm build` (tsc) → clean - Tests: 793/797 pass. The 4 failures are e2e tests hitting `401 Invalid Authorization` (no API key in CI env) — unrelated to these bumps. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7b47d03 commit b605dc0

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ink-spinner": "5.0.0",
9090
"ink-text-input": "6.0.0",
9191
"react": "19.2.0",
92-
"ws": "^8.18.0",
92+
"ws": "^8.20.1",
9393
"tar-stream": "3.1.7",
9494
"yaml": "2.8.3",
9595
"zustand": "5.0.10"
@@ -99,8 +99,9 @@
9999
"esbuild"
100100
],
101101
"overrides": {
102-
"tmp": "^0.2.5",
103-
"qs": "^6.15.1",
102+
"tmp": "^0.2.6",
103+
"qs": "^6.15.2",
104+
"ws": "^8.20.1",
104105
"hono": "4.12.18",
105106
"@hono/node-server": "^1.19.14",
106107
"@modelcontextprotocol/sdk>ajv": "^8.18.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)