Skip to content

Commit 0e8a960

Browse files
author
Wolfe-Jam
committed
fix(deps): permanent npm audit high overrides (hono, fast-uri, ip-address)
Same family fix as claude-faf-mcp: raise transitive floors so CI security gates stay green. - hono >=4.12.34 - fast-uri >=4.1.2 (old >=3.1.4 still allowed vuln 4.0–4.1.1) - ip-address >=10.3.1 npm audit --audit-level=high: 0 vulns.
1 parent 724f226 commit 0e8a960

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@
117117
},
118118
"overrides": {
119119
"@hono/node-server": ">=2.0.5",
120-
"hono": ">=4.12.27",
121-
"fast-uri": ">=3.1.4"
120+
"hono": ">=4.12.34",
121+
"fast-uri": ">=4.1.2",
122+
"ip-address": ">=10.3.1",
123+
"brace-expansion@1": "1.1.18",
124+
"brace-expansion@2": "2.1.4"
122125
}
123126
}

0 commit comments

Comments
 (0)