Skip to content

Commit f581b8c

Browse files
chore: upgrade ws to ^8.21.0 to address CVE-2026-48779
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1342/sourcebot-devsourcebot-cve-2026-48779-ws-memory-exhaustion-dos-from#agent-session-12b72ca1) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
1 parent e626691 commit f581b8c

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Upgraded `@grpc/grpc-js` to `^1.14.4`. [#1315](https://github.com/sourcebot-dev/sourcebot/pull/1315)
1212
- Upgraded `vite` to `^8.0.16`. [#1313](https://github.com/sourcebot-dev/sourcebot/pull/1313)
13+
- Upgraded `ws` to `^8.21.0`. [#1316](https://github.com/sourcebot-dev/sourcebot/pull/1316)
1314

1415
## [5.0.3] - 2026-06-17
1516

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"teeny-request@npm:^10.0.0": "^10.1.2",
6060
"uuid": "^14.0.0",
6161
"fast-uri@npm:^3.0.1": "^3.1.2",
62-
"shell-quote@npm:1.8.3": "^1.8.4"
62+
"shell-quote@npm:1.8.3": "^1.8.4",
63+
"ws@npm:~8.20.1": "^8.21.0"
6364
}
6465
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23448,9 +23448,9 @@ __metadata:
2344823448
languageName: node
2344923449
linkType: hard
2345023450

23451-
"ws@npm:^8.18.0, ws@npm:~8.20.1":
23452-
version: 8.20.1
23453-
resolution: "ws@npm:8.20.1"
23451+
"ws@npm:^8.18.0, ws@npm:^8.21.0":
23452+
version: 8.21.0
23453+
resolution: "ws@npm:8.21.0"
2345423454
peerDependencies:
2345523455
bufferutil: ^4.0.1
2345623456
utf-8-validate: ">=5.0.2"
@@ -23459,7 +23459,7 @@ __metadata:
2345923459
optional: true
2346023460
utf-8-validate:
2346123461
optional: true
23462-
checksum: 10c0/ce162433218399cdedeb76fd33363d4d86a7d910058d4e3c679dce08cea65d6da6b39f11baa4d7808d024cf46ed88f6a05c17611621aaad8fc5e62edacc30c5d
23462+
checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
2346323463
languageName: node
2346423464
linkType: hard
2346523465

0 commit comments

Comments
 (0)