Skip to content

Commit 53ec646

Browse files
committed
fix(deps): patch security vulns and rebuild claude-code bundles
- Pin pygments>=2.20.0 to fix CVE-2026-4539 (ReDoS in AdlLexer) - Override happy-dom>=20.8.9 in landingpage to fix fetch credentials vuln - Rebuild claude-code plugin bundles after @acontext/acontext 0.1.19 bump
1 parent 24f96dd commit 53ec646

6 files changed

Lines changed: 259 additions & 24 deletions

File tree

landingpage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"minimatch@>=8.0.0 <10.2.3": "10.2.3",
9494
"picomatch@<4": ">=2.3.2",
9595
"flatted": ">=3.4.2",
96-
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0"
96+
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
97+
"happy-dom": ">=20.8.9"
9798
}
9899
},
99100
"cloudflare": {

0 commit comments

Comments
 (0)