Skip to content

Commit

Permalink
fix: EmojiSvc/EmojiSvc.csproj to reduce vulnerabilities (#17)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678
  • Loading branch information
snyk-bot committed Jul 3, 2022
1 parent 25d3ecc commit 62d992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmojiSvc/EmojiSvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc7" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Enrichers.AssemblyName" Version="1.0.9" />
<PackageReference Include="Serilog.Enrichers.Context" Version="4.2.0" />
<PackageReference Include="Serilog.Enrichers.Context" Version="4.6.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.2.0" />
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.2" />
<PackageReference Include="Serilog.Enrichers.Span" Version="1.4.0" />
Expand Down

0 comments on commit 62d992d

Please sign in to comment.