Commit 43d5602
fix(ci): seed hooks consent in npm smoke test, resolve fresh audit advisories
Two independent CI failures on the PR:
- verify-npm-package spawns the packed CLI without a TTY, where the first-run
consent gate now (correctly) skips hook installation — seed consent in the
smoke HOME so the script keeps exercising the real install path, mirroring
server/__tests__/cli.test.ts.
- npm audit gained fresh upstream advisories unrelated to this branch:
brace-expansion and fast-uri (high, fixed in-range via lockfile) and the
ajv@<=6.12.6 ReDoS under the dev-only AsyncAPI RAML parser chain (moderate,
pinned to the patched ajv 6.15.0 via nested overrides — same major, so the
parser API is untouched). asyncapi validate/generate verified drift-free.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 4ab3e16 commit 43d5602
3 files changed
Lines changed: 74 additions & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
162 | | - | |
163 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
164 | 175 | | |
165 | 176 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
103 | 111 | | |
104 | 112 | | |
105 | 113 | | |
| |||
0 commit comments