Skip to content

Commit 84c53c8

Browse files
chore: upgrade ws to ^8.21.0 to address CVE-2026-45736
Refresh the lockfile for the `ws@npm:^8.18.0` requester and add a qualified resolution `ws@npm:~8.17.1` -> `^8.20.1` for the socket.io/engine.io tilde-locked requester. Both trees now resolve to ws 8.21.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4c9dfe0 commit 84c53c8

3 files changed

Lines changed: 7 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Upgraded `protobufjs` to `^7.6.2`. [#1281](https://github.com/sourcebot-dev/sourcebot/pull/1281)
12+
- Upgraded `ws` to `^8.21.0`. [#PR](https://github.com/sourcebot-dev/sourcebot/pull/PR)
1213

1314
## [5.0.1] - 2026-06-04
1415

package.json

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

yarn.lock

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23401,9 +23401,9 @@ __metadata:
2340123401
languageName: node
2340223402
linkType: hard
2340323403

23404-
"ws@npm:^8.18.0":
23405-
version: 8.20.1
23406-
resolution: "ws@npm:8.20.1"
23404+
"ws@npm:^8.18.0, ws@npm:^8.20.1":
23405+
version: 8.21.0
23406+
resolution: "ws@npm:8.21.0"
2340723407
peerDependencies:
2340823408
bufferutil: ^4.0.1
2340923409
utf-8-validate: ">=5.0.2"
@@ -23412,22 +23412,7 @@ __metadata:
2341223412
optional: true
2341323413
utf-8-validate:
2341423414
optional: true
23415-
checksum: 10c0/ce162433218399cdedeb76fd33363d4d86a7d910058d4e3c679dce08cea65d6da6b39f11baa4d7808d024cf46ed88f6a05c17611621aaad8fc5e62edacc30c5d
23416-
languageName: node
23417-
linkType: hard
23418-
23419-
"ws@npm:~8.17.1":
23420-
version: 8.17.1
23421-
resolution: "ws@npm:8.17.1"
23422-
peerDependencies:
23423-
bufferutil: ^4.0.1
23424-
utf-8-validate: ">=5.0.2"
23425-
peerDependenciesMeta:
23426-
bufferutil:
23427-
optional: true
23428-
utf-8-validate:
23429-
optional: true
23430-
checksum: 10c0/f4a49064afae4500be772abdc2211c8518f39e1c959640457dcee15d4488628620625c783902a52af2dd02f68558da2868fd06e6fd0e67ebcd09e6881b1b5bfe
23415+
checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
2343123416
languageName: node
2343223417
linkType: hard
2343323418

0 commit comments

Comments
 (0)