File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with :
2727 go-version-file : go.mod
2828
29- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
29+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
3030 with :
3131 node-version : " 24"
3232
@@ -107,7 +107,7 @@ jobs:
107107 cp desktop/src-tauri/target/release/bundle/macos/*.app.tar.gz.sig staging/
108108 ls -la staging/
109109
110- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
110+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
111111 with :
112112 name : agentsview-desktop-macos
113113 path : staging/*
@@ -133,7 +133,7 @@ jobs:
133133 with :
134134 go-version-file : go.mod
135135
136- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
136+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
137137 with :
138138 node-version : " 24"
139139
@@ -185,7 +185,7 @@ jobs:
185185 cp desktop/src-tauri/target/release/bundle/nsis/*.nsis.zip.sig staging/
186186 ls -la staging/
187187
188- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
188+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
189189 with :
190190 name : agentsview-desktop-windows
191191 path : staging/*
@@ -198,7 +198,7 @@ jobs:
198198 permissions :
199199 contents : write
200200 steps :
201- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
201+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
202202 with :
203203 path : artifacts
204204 pattern : agentsview-desktop-*
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 with :
115115 persist-credentials : false
116116
117- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
117+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
118118 with :
119119 path : artifacts
120120 merge-multiple : true
Original file line number Diff line number Diff line change 1515 "e2e" : " playwright test"
1616 },
1717 "dependencies" : {
18- "@tanstack/virtual-core" : " 3.13.19 " ,
19- "dompurify" : " 3.3.1 " ,
18+ "@tanstack/virtual-core" : " 3.13.21 " ,
19+ "dompurify" : " 3.3.3 " ,
2020 "marked" : " 17.0.4"
2121 },
2222 "devDependencies" : {
2525 "@tsconfig/svelte" : " 5.0.8" ,
2626 "@types/dompurify" : " 3.2.0" ,
2727 "jsdom" : " 28.1.0" ,
28- "svelte" : " 5.53.7 " ,
29- "svelte-check" : " 4.4.4 " ,
28+ "svelte" : " 5.53.10 " ,
29+ "svelte-check" : " 4.4.5 " ,
3030 "typescript" : " 5.9.3" ,
3131 "vite" : " 7.3.1" ,
3232 "vitest" : " 4.0.18"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/mattn/go-sqlite3 v1.14.34
1010 github.com/stretchr/testify v1.11.1
1111 github.com/tidwall/gjson v1.18.0
12- golang.org/x/mod v0.33 .0
12+ golang.org/x/mod v0.34 .0
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
1818github.com/tidwall/match v1.1.1 /go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM =
1919github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs =
2020github.com/tidwall/pretty v1.2.0 /go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU =
21- golang.org/x/mod v0.33 .0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8 =
22- golang.org/x/mod v0.33 .0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
21+ golang.org/x/mod v0.34 .0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI =
22+ golang.org/x/mod v0.34 .0 /go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY =
2323golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE =
2424golang.org/x/sys v0.13.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2525gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments