Skip to content

Commit

Permalink
Bump dependency Serilog.Sinks.Console to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2024
1 parent db21c06 commit 59abd85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
<PackageReference Include="System.Interactive" Version="6.0.1" />
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
Expand Down
8 changes: 4 additions & 4 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@
},
"Serilog.Sinks.Console": {
"type": "Direct",
"requested": "[4.1.0, )",
"resolved": "4.1.0",
"contentHash": "K6N5q+5fetjnJPvCmkWOpJ/V8IEIoMIB1s86OzBrbxwTyHxdx3pmz4H+8+O/Dc/ftUX12DM1aynx/dDowkwzqg==",
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "6Jt8jl9y2ey8VV7nVEUAyjjyxjAQuvd5+qj4XYAT9CwcsvR70HHULGBeD+K2WCALFXf7CFsNQT4lON6qXcu2AA==",
"dependencies": {
"Serilog": "2.10.0"
"Serilog": "3.1.1"
}
},
"Spectre.Console.Cli": {
Expand Down
8 changes: 4 additions & 4 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,10 @@
},
"Serilog.Sinks.Console": {
"type": "Transitive",
"resolved": "4.1.0",
"contentHash": "K6N5q+5fetjnJPvCmkWOpJ/V8IEIoMIB1s86OzBrbxwTyHxdx3pmz4H+8+O/Dc/ftUX12DM1aynx/dDowkwzqg==",
"resolved": "5.0.1",
"contentHash": "6Jt8jl9y2ey8VV7nVEUAyjjyxjAQuvd5+qj4XYAT9CwcsvR70HHULGBeD+K2WCALFXf7CFsNQT4lON6qXcu2AA==",
"dependencies": {
"Serilog": "2.10.0"
"Serilog": "3.1.1"
}
},
"Spectre.Console": {
Expand Down Expand Up @@ -1688,7 +1688,7 @@
"Serilog.Enrichers.Thread": "[3.1.0, )",
"Serilog.Extensions.Hosting": "[7.0.0, )",
"Serilog.Settings.Configuration": "[7.0.1, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"Serilog.Sinks.Console": "[5.0.1, )",
"Spectre.Console.Cli": "[0.48.0, )",
"System.Interactive": "[6.0.1, )",
"System.Interactive.Async": "[6.0.1, )"
Expand Down

0 comments on commit 59abd85

Please sign in to comment.