Skip to content

Commit

Permalink
fix: src/LittleBlocks.Exports.IntegrationTests/LittleBlocks.Exports.I…
Browse files Browse the repository at this point in the history
…ntegrationTests.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-8168848
  • Loading branch information
snyk-bot committed Oct 14, 2024
1 parent 3194174 commit 47d7f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Autofac" Version="6.2.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" />
<PackageReference Include="LittleBlocks.Testing" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
Expand Down

0 comments on commit 47d7f4d

Please sign in to comment.