File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` . [ #1324 ] ( https://github.com/sourcebot-dev/sourcebot/pull/1324 )
1314- Upgraded ` @babel/core ` to ` ^7.29.6 ` . [ #1333 ] ( https://github.com/sourcebot-dev/sourcebot/pull/1333 )
1415- Upgraded ` markdown-it ` to ` ^14.2.0 ` . [ #1321 ] ( https://github.com/sourcebot-dev/sourcebot/pull/1321 )
1516- Upgraded ` form-data ` to ` ^4.0.6 ` . [ #1316 ] ( https://github.com/sourcebot-dev/sourcebot/pull/1316 )
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -23472,9 +23472,9 @@ __metadata:
2347223472 languageName: node
2347323473 linkType: hard
2347423474
23475- "ws@npm:^8.18.0, ws@npm:~8.20.1 ":
23476- version: 8.20.1
23477- resolution: "ws@npm:8.20.1 "
23475+ "ws@npm:^8.18.0, ws@npm:^8.21.0 ":
23476+ version: 8.21.0
23477+ resolution: "ws@npm:8.21.0 "
2347823478 peerDependencies:
2347923479 bufferutil: ^4.0.1
2348023480 utf-8-validate: ">=5.0.2"
@@ -23483,7 +23483,7 @@ __metadata:
2348323483 optional: true
2348423484 utf-8-validate:
2348523485 optional: true
23486- checksum: 10c0/ce162433218399cdedeb76fd33363d4d86a7d910058d4e3c679dce08cea65d6da6b39f11baa4d7808d024cf46ed88f6a05c17611621aaad8fc5e62edacc30c5d
23486+ checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
2348723487 languageName: node
2348823488 linkType: hard
2348923489
You can’t perform that action at this time.
0 commit comments