Commit d827ec0
fix: refresh yarn.lock to upgrade ip-address to ^10.2.0 (CVE-2026-42338)
Replaces the prior socks resolution-override approach with a lockfile
refresh. The existing ranges (socks: ^2.8.3 in socks-proxy-agent,
express-rate-limit: ^8.2.1 in @modelcontextprotocol/sdk) already admit
patched versions; the lockfile was just stale.
Removed yarn.lock entries for socks@^2.8.3 and express-rate-limit@^8.2.1,
then re-ran yarn install. Resulting lock pins:
socks 2.8.4 -> 2.8.9 (ip-address ^9.0.5 -> ^10.1.1)
express-rate-limit 8.3.2 -> 8.5.1 (ip-address 10.1.0 -> ^10.2.0)
All three ip-address instances in the tree now resolve to 10.2.0
(patched). No package.json change, no resolutions override required.
Also fixes the prior PR's incomplete remediation: the express-rate-limit
chain still pinned ip-address@10.1.0, which is < 10.1.1 and still
vulnerable per the GHSA.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 56455a5 commit d827ec0
3 files changed
Lines changed: 8 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13496 | 13496 | | |
13497 | 13497 | | |
13498 | 13498 | | |
13499 | | - | |
13500 | | - | |
| 13499 | + | |
| 13500 | + | |
13501 | 13501 | | |
13502 | | - | |
| 13502 | + | |
13503 | 13503 | | |
13504 | 13504 | | |
13505 | | - | |
| 13505 | + | |
13506 | 13506 | | |
13507 | 13507 | | |
13508 | 13508 | | |
| |||
14925 | 14925 | | |
14926 | 14926 | | |
14927 | 14927 | | |
14928 | | - | |
14929 | | - | |
14930 | | - | |
14931 | | - | |
14932 | | - | |
14933 | | - | |
14934 | | - | |
14935 | | - | |
| 14928 | + | |
14936 | 14929 | | |
14937 | 14930 | | |
14938 | 14931 | | |
| |||
20564 | 20557 | | |
20565 | 20558 | | |
20566 | 20559 | | |
20567 | | - | |
| 20560 | + | |
20568 | 20561 | | |
20569 | 20562 | | |
20570 | 20563 | | |
| |||
0 commit comments