Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Premium/UsfmIntegrityStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
</PackageReference>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<!-- Pin the patched 0.21 line required by GHSA-xrw6-gwf8-vvr9. -->
<PackageReference Include="Tmds.DBus.Protocol" Version="0.21.3" />
<PackageReference Include="Tmds.DBus.Protocol" Version="0.94.2" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Premium/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
},
"Tmds.DBus.Protocol": {
"type": "Direct",
"requested": "[0.21.3, )",
"resolved": "0.21.3",
"contentHash": "hDwB8WsQoyALQKqIbwzS68UKdlnafDm4T/DkO/JrA/YIneP/rKv96SxYPVXeh3FP4i/SXfShrYftKLtciJAIlw=="
"requested": "[0.94.2, )",
"resolved": "0.94.2",
"contentHash": "AePc2k7vqIXCR/a6hsG4afO22LuSaGLR3tLUBPWkZAH2mhLu/PL3/dYABEniWV7QHzV444No8IiTRV4+oCq37g=="
},
"Avalonia.Angle.Windows.Natives": {
"type": "Transitive",
Expand Down
Loading