Skip to content

Commit bb98c18

Browse files
B4nanclaude
andauthored
docs: update lockfiles to resolve lodash and tar vulnerabilities (#1013)
## Summary - Updates `yarn.lock` files using `yarn up -R` to pull in patched versions: - lodash 4.17.23 (fixes GHSA-xxjr-mmjv-4gpg, medium severity) - tar 7.5.7 (in website) - No new resolutions needed - semver ranges allow the patched versions ## Test plan - [x] `yarn npm audit --all` shows only deprecation warnings (no security issues) - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent efd6c1a commit bb98c18

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

website/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11644,9 +11644,9 @@ __metadata:
1164411644
linkType: hard
1164511645

1164611646
"lodash@npm:^4.17.20, lodash@npm:^4.17.21":
11647-
version: 4.17.21
11648-
resolution: "lodash@npm:4.17.21"
11649-
checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
11647+
version: 4.17.23
11648+
resolution: "lodash@npm:4.17.23"
11649+
checksum: 10c0/1264a90469f5bb95d4739c43eb6277d15b6d9e186df4ac68c3620443160fc669e2f14c11e7d8b2ccf078b81d06147c01a8ccced9aab9f9f63d50dcf8cace6bf6
1165011650
languageName: node
1165111651
linkType: hard
1165211652

@@ -16673,15 +16673,15 @@ __metadata:
1667316673
linkType: hard
1667416674

1667516675
"tar@npm:^7.5.2":
16676-
version: 7.5.3
16677-
resolution: "tar@npm:7.5.3"
16676+
version: 7.5.7
16677+
resolution: "tar@npm:7.5.7"
1667816678
dependencies:
1667916679
"@isaacs/fs-minipass": "npm:^4.0.0"
1668016680
chownr: "npm:^3.0.0"
1668116681
minipass: "npm:^7.1.2"
1668216682
minizlib: "npm:^3.1.0"
1668316683
yallist: "npm:^5.0.0"
16684-
checksum: 10c0/e5e3237bca325fbb33282d92d9807f4c8d81abaf71bf2627efdf93bd5610c146460c78fc7e9767d4ab5ae3c0b18af8197314c964f8cbd23b30b25bf4d42d7cb4
16684+
checksum: 10c0/51f261afc437e1112c3e7919478d6176ea83f7f7727864d8c2cce10f0b03a631d1911644a567348c3063c45abdae39718ba97abb073d22aa3538b9a53ae1e31c
1668516685
languageName: node
1668616686
linkType: hard
1668716687

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6041,9 +6041,9 @@ __metadata:
60416041
linkType: hard
60426042

60436043
"lodash@npm:^4.17.15, lodash@npm:^4.17.21":
6044-
version: 4.17.21
6045-
resolution: "lodash@npm:4.17.21"
6046-
checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
6044+
version: 4.17.23
6045+
resolution: "lodash@npm:4.17.23"
6046+
checksum: 10c0/1264a90469f5bb95d4739c43eb6277d15b6d9e186df4ac68c3620443160fc669e2f14c11e7d8b2ccf078b81d06147c01a8ccced9aab9f9f63d50dcf8cace6bf6
60476047
languageName: node
60486048
linkType: hard
60496049

0 commit comments

Comments
 (0)