Skip to content

Commit 656c39b

Browse files
Merge branch 'main' into cursor/cve/hono
2 parents ab69757 + a83675c commit 656c39b

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Fixed search queries failing to parse when negating a bare term that contains a colon (e.g. `-foo:bar`, `-http://example.com`). [#1301](https://github.com/sourcebot-dev/sourcebot/pull/1301)
1919
- Fixed the Review Agent failing to fetch pull request diffs for private GitHub repositories. [#1352](https://github.com/sourcebot-dev/sourcebot/pull/1352)
2020
- Upgraded `hono` to `^4.13.0`. [#1544](https://github.com/sourcebot-dev/sourcebot/pull/1544)
21+
- Upgraded `postcss` to `^8.5.25`. [#1543](https://github.com/sourcebot-dev/sourcebot/pull/1543)
22+
- Upgraded `socket.io-parser` to `^4.2.7`. [#1542](https://github.com/sourcebot-dev/sourcebot/pull/1542)
23+
- Upgraded `fast-uri` to `^3.1.5`. [#1541](https://github.com/sourcebot-dev/sourcebot/pull/1541)
24+
- Upgraded `ip-address` to `^10.4.0`. [#1540](https://github.com/sourcebot-dev/sourcebot/pull/1540)
2125

2226
## [5.1.5] - 2026-07-31
2327

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14759,9 +14759,9 @@ __metadata:
1475914759
linkType: hard
1476014760

1476114761
"fast-uri@npm:^3.1.2":
14762-
version: 3.1.4
14763-
resolution: "fast-uri@npm:3.1.4"
14764-
checksum: 10c0/f90948821ceb49980f64f89b8216ba498f5957f26035be813526a55b6145d26cbd63ef5618d5205a3292b31edc9c08589749350cd72bd86c7095eb434dceb757
14762+
version: 3.1.5
14763+
resolution: "fast-uri@npm:3.1.5"
14764+
checksum: 10c0/2bf60eb800dd610c65e17be436425dcb21c92aff3a87d442a8bccab0b7b071e88cf1a5d7d1ea946370b937e6fc0375c405c0296c10587e57de4f78be4646d1d0
1476514765
languageName: node
1476614766
linkType: hard
1476714767

@@ -16092,9 +16092,9 @@ __metadata:
1609216092
linkType: hard
1609316093

1609416094
"ip-address@npm:^10.1.1, ip-address@npm:^10.2.0":
16095-
version: 10.2.0
16096-
resolution: "ip-address@npm:10.2.0"
16097-
checksum: 10c0/5a00aada6e922c9c69dfc800ed5d0fa3348675ebdeed0e1575f503f27ca385b5f534363c9af7ad1daf64c1f1409388cdd3cc2e9b9b0fe1c924a431378d55075a
16095+
version: 10.4.0
16096+
resolution: "ip-address@npm:10.4.0"
16097+
checksum: 10c0/d7b0bd2624fd861afbae6e49036a9b56f9506eaff7ff38592b7b4492dd5c272b53f5356dc8cc019e318acf29a96c90a3d1af1df761960267d23efa96858270fa
1609816098
languageName: node
1609916099
linkType: hard
1610016100

@@ -19680,13 +19680,13 @@ __metadata:
1968019680
linkType: hard
1968119681

1968219682
"postcss@npm:^8.4.47, postcss@npm:^8.5.12, postcss@npm:^8.5.15":
19683-
version: 8.5.22
19684-
resolution: "postcss@npm:8.5.22"
19683+
version: 8.5.25
19684+
resolution: "postcss@npm:8.5.25"
1968519685
dependencies:
1968619686
nanoid: "npm:^3.3.16"
1968719687
picocolors: "npm:^1.1.1"
1968819688
source-map-js: "npm:^1.2.1"
19689-
checksum: 10c0/9e143ee457988049d5f187116fd37f2750ae9d8d71cc99eae690b776e549e134b34086cbaa2f0360ecd1729b15d918227bd0fc3a2ffbe341f7212d0827080793
19689+
checksum: 10c0/0a12c1e74b456c57122e81f684e02fd98ff4d57526f794d10c996df1147158808f5ae373ac82b988c8de6cbbaa82dbd7b13803b14f5dd3cf7cc6a42ccad5c9f2
1969019690
languageName: node
1969119691
linkType: hard
1969219692

@@ -21835,12 +21835,12 @@ __metadata:
2183521835
linkType: hard
2183621836

2183721837
"socket.io-parser@npm:~4.2.4":
21838-
version: 4.2.6
21839-
resolution: "socket.io-parser@npm:4.2.6"
21838+
version: 4.2.7
21839+
resolution: "socket.io-parser@npm:4.2.7"
2184021840
dependencies:
2184121841
"@socket.io/component-emitter": "npm:~3.1.0"
2184221842
debug: "npm:~4.4.1"
21843-
checksum: 10c0/ba0a0b541b0a8e9d02b45c04c4c93a02331be5ea3478073c65bb9ff87032f12469c9adb309728eb90c0a352618d645ab88999c167a11c783cac861d7fd35c9d1
21843+
checksum: 10c0/16a5579718b871114ca644d688987dd3cf9292010c949fb083633eefbc1d8fdaf424691d6511d746e5c10f5c88cbd8911cd0b1e807242159f40989be90842b4e
2184421844
languageName: node
2184521845
linkType: hard
2184621846

0 commit comments

Comments
 (0)