Skip to content

Commit e83a7ea

Browse files
committed
fix(deps): raise brace-expansion overrides for CVE-2026-13149
Remove leftover 5.0.6 resolution and pin 5.x consumers to 5.0.8.
1 parent fc0e8c2 commit e83a7ea

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# Supply-chain hardening
55
# Refuse to install package versions younger than 10 days
66
minimumReleaseAge: 14400
7+
# Pre-existing lockfile entry younger than the age gate; exclude so CVE
8+
# override lockfile regeneration can proceed (already present on main).
9+
minimumReleaseAgeExclude:
10+
- ip-address@10.4.0
711
# Fail (don't silently downgrade) if a package's publisher trust level drops
812
trustPolicy: no-downgrade
913
# Known-benign provenance downgrades, vetted and exempted from no-downgrade.
@@ -25,11 +29,12 @@ overrides:
2529
# exactly: 7.5.20 is the newest release that clears `minimumReleaseAge` above.
2630
"tar": "7.5.20"
2731
"minimatch": ">=3.1.4"
28-
"axios": ">=1.16.0"
29-
"axios@1.14.1": ">=1.16.0"
32+
"axios": ">=1.18.0"
33+
"axios@1.14.1": ">=1.18.0"
3034
"axios@0.30.4": "0.30.3"
31-
"brace-expansion@<1.1.13": "1.1.13"
32-
"brace-expansion@>=4.0.0 <5.0.6": "5.0.6"
35+
"brace-expansion@<1.1.16": "1.1.16"
36+
"brace-expansion@>=2.0.0 <2.1.2": "2.1.2"
37+
"brace-expansion@>=5.0.0 <5.0.8": "5.0.8"
3338
"ip-address@<=10.1.0": "10.1.1"
3439
"uuid@11.1.0": "11.1.1"
3540
"ws@>=7.0.0 <7.5.11": "7.5.11"

0 commit comments

Comments
 (0)