Skip to content

Commit f5fe6a2

Browse files
authored
deps: batch update 11 dependencies (#475)
Consolidates the following dependabot updates: - #464 -- bump docker/login-action from 3.7.0 to 4.1.0 - #465 -- bump github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1 - #466 -- bump docker/setup-buildx-action from 3.12.0 to 4.0.0 - #467 -- bump docker/metadata-action from 5.10.0 to 6.0.0 - #468 -- bump svelte-check from 4.4.5 to 4.4.8 in /frontend - #469 -- bump docker/build-push-action from 6.19.2 to 7.1.0 - #470 -- bump docker/setup-qemu-action from 3.7.0 to 4.0.0 - #471 -- bump marked from 18.0.2 to 18.0.3 in /frontend - #472 -- bump jsdom from 29.1.0 to 29.1.1 in /frontend - #473 -- bump @sveltejs/vite-plugin-svelte from 7.0.0 to 7.1.1 in /frontend - #474 -- bump dompurify from 3.4.1 to 3.4.2 in /frontend Closes #464, #465, #466, #467, #468, #469, #470, #471, #472, #473, #474 Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>
1 parent d482b6d commit f5fe6a2

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ jobs:
3636
echo "build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> "$GITHUB_OUTPUT"
3737
echo "image=${GITHUB_REPOSITORY,,}" >> "$GITHUB_OUTPUT"
3838
39-
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
39+
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
4040

41-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
41+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4242

43-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
43+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

49-
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
49+
- uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
5050
id: meta
5151
with:
5252
images: ${{ env.REGISTRY }}/${{ steps.vars.outputs.image }}
@@ -57,7 +57,7 @@ jobs:
5757
org.opencontainers.image.title=agentsview
5858
org.opencontainers.image.description=Local web viewer for AI agent sessions
5959
60-
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
60+
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6161
with:
6262
context: .
6363
file: ./Dockerfile

frontend/package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
},
1717
"dependencies": {
1818
"@tanstack/virtual-core": "3.14.0",
19-
"dompurify": "3.4.1",
20-
"marked": "18.0.2"
19+
"dompurify": "3.4.2",
20+
"marked": "18.0.3"
2121
},
2222
"devDependencies": {
2323
"@playwright/test": "1.58.2",
24-
"@sveltejs/vite-plugin-svelte": "7.0.0",
24+
"@sveltejs/vite-plugin-svelte": "7.1.1",
2525
"@tsconfig/svelte": "5.0.8",
2626
"@types/dompurify": "3.2.0",
27-
"jsdom": "29.1.0",
27+
"jsdom": "29.1.1",
2828
"svelte": "5.55.5",
29-
"svelte-check": "4.4.5",
29+
"svelte-check": "4.4.8",
3030
"typescript": "6.0.3",
3131
"vite": "^8.0.10",
3232
"vitest": "^4.1.5"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.26.2
44

55
require (
66
github.com/BurntSushi/toml v1.6.0
7-
github.com/fsnotify/fsnotify v1.10.0
7+
github.com/fsnotify/fsnotify v1.10.1
88
github.com/google/go-cmp v0.7.0
99
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1010
github.com/jackc/pgx/v5 v5.9.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8-
github.com/fsnotify/fsnotify v1.10.0 h1:Xx/5Ydg9CeBDX/wi4VJqStNtohYjitZhhlHt4h3St1M=
9-
github.com/fsnotify/fsnotify v1.10.0/go.mod h1:TLheqan6HD6GBK6PrDWyDPBaEV8LspOxvPSjC+bVfgo=
8+
github.com/fsnotify/fsnotify v1.10.1 h1:b0/UzAf9yR5rhf3RPm9gf3ehBPpf0oZKIjtpKrx59Ho=
9+
github.com/fsnotify/fsnotify v1.10.1/go.mod h1:TLheqan6HD6GBK6PrDWyDPBaEV8LspOxvPSjC+bVfgo=
1010
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1111
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
1212
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=

0 commit comments

Comments
 (0)