Commit 1c275e5
fix(deps): force shell-quote >=1.8.4 to resolve CVE-2026-9277 (Dependabot #128)
shell-quote <=1.8.3 fails to escape line terminators in object-token
.op values, allowing shell command injection (GHSA-w7jw-789q-3m8p,
critical). It reaches us only as a transitive devDependency via
concurrently@9.2.1, which pins shell-quote to exactly 1.8.3 — and
concurrently 10.x (which ships 1.8.4) requires Node >=22 while this
repo supports Node >=20, so a pnpm override is the minimal fix.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 82b7c97 commit 1c275e5
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments