Skip to content

Commit d2fc270

Browse files
Merge branch 'main' into cursor/cve/postcss-8.5.25
2 parents 362dd32 + 80fc649 commit d2fc270

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ 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 `postcss` to `^8.5.25`. [#1543](https://github.com/sourcebot-dev/sourcebot/pull/1543)
21+
- Upgraded `socket.io-parser` to `^4.2.7`. [#1542](https://github.com/sourcebot-dev/sourcebot/pull/1542)
22+
- Upgraded `fast-uri` to `^3.1.5`. [#1541](https://github.com/sourcebot-dev/sourcebot/pull/1541)
23+
- Upgraded `ip-address` to `^10.4.0`. [#1540](https://github.com/sourcebot-dev/sourcebot/pull/1540)
2124

2225
## [5.1.5] - 2026-07-31
2326

yarn.lock

Lines changed: 9 additions & 9 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

@@ -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)