Skip to content

Commit 8090fec

Browse files
Merge branch 'main' into cursor/cve/nanoid
2 parents 3271c46 + de32661 commit 8090fec

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/license-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Audit licenses with Claude
5555
uses: anthropics/claude-code-action@v1
5656
with:
57+
allowed_bots: "github-actions"
5758
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5859
claude_args: '--allowedTools "Bash,Read,Write,Glob,Grep,WebFetch"'
5960
prompt: ${{ steps.read-prompt.outputs.PROMPT }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- Upgraded `js-yaml` to `^4.3.1`. [#1552](https://github.com/sourcebot-dev/sourcebot/pull/1552)
3030
- Upgraded `reo-census` to `^1.2.10` in `setup-sourcebot`. [#1554](https://github.com/sourcebot-dev/sourcebot/pull/1554)
3131
- Upgraded `nanoid` to `^3.3.18`. [#1557](https://github.com/sourcebot-dev/sourcebot/pull/1557)
32+
- Upgraded `dompurify` to `^3.4.13`. [#1556](https://github.com/sourcebot-dev/sourcebot/pull/1556)
33+
- Upgraded `mermaid` to `^11.16.1`. [#1555](https://github.com/sourcebot-dev/sourcebot/pull/1555)
3234

3335
## [5.1.5] - 2026-07-31
3436

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13451,14 +13451,14 @@ __metadata:
1345113451
linkType: hard
1345213452

1345313453
"dompurify@npm:^3.3.2, dompurify@npm:^3.3.3":
13454-
version: 3.4.12
13455-
resolution: "dompurify@npm:3.4.12"
13454+
version: 3.4.13
13455+
resolution: "dompurify@npm:3.4.13"
1345613456
dependencies:
1345713457
"@types/trusted-types": "npm:^2.0.7"
1345813458
dependenciesMeta:
1345913459
"@types/trusted-types":
1346013460
optional: true
13461-
checksum: 10c0/127a13817353d4e20e75a991a9022a04c3af12af7479f68e2b8bee6dbc7330a96edfb8f4ebff96f4f0f24cd43e8dbba46214131f510c3aa87a843bd8b610d0ab
13461+
checksum: 10c0/9c2a1a71e1a1d8b77953db7a39ffc935ef4ed4f10fe40770232128c2cbfd4c3dc677d3d7bae51eb24cc52d9ff3548612dc540ecb4343e89b26e809d2be2e0cfe
1346213462
languageName: node
1346313463
linkType: hard
1346413464

@@ -17722,8 +17722,8 @@ __metadata:
1772217722
linkType: hard
1772317723

1772417724
"mermaid@npm:^11.16.0":
17725-
version: 11.16.0
17726-
resolution: "mermaid@npm:11.16.0"
17725+
version: 11.16.1
17726+
resolution: "mermaid@npm:11.16.1"
1772717727
dependencies:
1772817728
"@braintree/sanitize-url": "npm:^7.1.2"
1772917729
"@iconify/utils": "npm:^3.0.2"
@@ -17746,7 +17746,7 @@ __metadata:
1774617746
stylis: "npm:^4.3.6"
1774717747
ts-dedent: "npm:^2.2.0"
1774817748
uuid: "npm:^11.1.0 || ^12 || ^13 || ^14.0.0"
17749-
checksum: 10c0/a14f9bc9db7f1dea65b0d6c0b920236d12ad2812f2a1b11c8b39b3dfb3c22bfce39c77f6a69493203b85880d8008d345c539efe7ae6a31d3dad512833ccfb517
17749+
checksum: 10c0/a905627d5ad372914bf7c67cb9e491d50f248d3a8458e4ec920033f5ce7387bf419423909ed71d88f54a035ec42987746d64a46055bd2b2a4dc1bc4ceed38c44
1775017750
languageName: node
1775117751
linkType: hard
1775217752

0 commit comments

Comments
 (0)