Skip to content

Commit

Permalink
Directory.Packages.props: update STJ
Browse files Browse the repository at this point in the history
Update System.Text.Json library to version 8.0.4 since
previously used version (8.0.1) contains vlunerabilities.
  • Loading branch information
webwarrior-ws committed Sep 5, 2024
1 parent df90233 commit db64f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="Giraffe" Version="3.1.0" />
<PackageVersion Include="Giraffe.Razor" Version="1.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.WebSockets" Version="2.1.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<PackageVersion Include="TaskBuilder.fs" Version="2.1.0" />
<PackageVersion Include="FSharp.Core" Version="8.0.101" />
</ItemGroup>
Expand Down

0 comments on commit db64f15

Please sign in to comment.