Skip to content

Commit

Permalink
Updating dependencies to avoid vulnerable packages
Browse files Browse the repository at this point in the history
Resolves #209
  • Loading branch information
soxtoby committed Aug 31, 2024
1 parent 4f01491 commit 6848581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions SlackNet.AspNetCore/SlackNet.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="1.1.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SlackNet.AzureFunctions/SlackNet.AzureFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.17.0" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions SlackNet/SlackNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Net.Security" Version="4.3.1" />
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="WebSocket4Net" Version="0.15.1" />
</ItemGroup>

Expand Down

0 comments on commit 6848581

Please sign in to comment.