Skip to content

Commit e42f92d

Browse files
committed
fix(deps): widen uuid override for CVE-2026-41907
Broaden pnpm override to uuid@<11.1.1 so residual 8.x resolutions clear GHSA-w5hq-g745-h8pq.
1 parent 5862963 commit e42f92d

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ overrides:
4141
# CVE-2026-13149: no patched 3.x/4.x exists — advisory remediates >=3.0.0 via 5.x
4242
"brace-expansion@>=3.0.0 <5.0.8": "5.0.8"
4343
"ip-address@<=10.1.0": "10.1.1"
44-
"uuid@11.1.0": "11.1.1"
44+
"uuid@<11.1.1": "11.1.1"
4545
"ws@>=7.0.0 <7.5.11": "7.5.11"
4646
"ws@>=8.0.0 <8.21.0": "8.21.0"
4747
"plain-crypto-js@4.2.1": "0.0.0-security"

0 commit comments

Comments
 (0)