Skip to content

Commit f96df74

Browse files
claude[bot]github-actions[bot]claudebrendan-kellam
authored
chore: upgrade fflate to 0.4.9 to address CVE-2026-45820 (#1629)
* chore: upgrade fflate to 0.4.9 to address CVE-2026-45820 Refreshes the yarn.lock entry for fflate (transitive via posthog-js) from 0.4.8 to 0.4.9, which fixes the unzipSync infinite loop on malformed ZIP64 archives. The existing ^0.4.8 range already admits the patched version, so no package.json change is needed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * chore: update changelog for #1629 --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Brendan Kellam <brendan@sourcebot.dev>
1 parent 65dc765 commit f96df74

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Upgraded `postcss-selector-parser` to `^6.1.4`. [#1625](https://github.com/sourcebot-dev/sourcebot/pull/1625)
2020
- Upgraded `fast-uri` to `3.1.7`. [#1626](https://github.com/sourcebot-dev/sourcebot/pull/1626)
2121
- Upgraded `qs` to `6.16.0`. [#1627](https://github.com/sourcebot-dev/sourcebot/pull/1627)
22+
- Upgraded `fflate` to `0.4.9`. [#1629](https://github.com/sourcebot-dev/sourcebot/pull/1629)
2223

2324
## [5.1.10] - 2026-08-27
2425

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14717,9 +14717,9 @@ __metadata:
1471714717
linkType: hard
1471814718

1471914719
"fflate@npm:^0.4.8":
14720-
version: 0.4.8
14721-
resolution: "fflate@npm:0.4.8"
14722-
checksum: 10c0/29d1eddaaa5deab61b1c6b0d21282adacadbc4d2c01e94d8b1ee784398151673b9c563e53f97a801bc410a1ae55e8de5378114a743430e643e7a0644ba8e5a42
14720+
version: 0.4.9
14721+
resolution: "fflate@npm:0.4.9"
14722+
checksum: 10c0/a74e599dc8592766d810e1af5c476627480132d1ded41bad3a8bff5ccebdaec048c0a3504f2578792b1fa26db5c2603473fb76e4983e76d0635f5cfc188f8613
1472314723
languageName: node
1472414724
linkType: hard
1472514725

0 commit comments

Comments
 (0)