Skip to content

Commit 00409ee

Browse files
authored
Merge pull request #268 from gitfool/renovate/major-serilog
2 parents d184cfe + dff8a58 commit 00409ee

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

Cli/Cli.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<PackageReference Include="Polly" Version="8.5.2" />
3737
<PackageReference Include="Serilog" Version="4.2.0" />
3838
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
39-
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
40-
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
39+
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
40+
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
4141
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
4242
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
4343
<PackageReference Include="System.Interactive" Version="6.0.1" />

Cli/packages.lock.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -106,26 +106,26 @@
106106
},
107107
"Serilog.Extensions.Hosting": {
108108
"type": "Direct",
109-
"requested": "[8.0.0, )",
110-
"resolved": "8.0.0",
111-
"contentHash": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==",
109+
"requested": "[9.0.0, )",
110+
"resolved": "9.0.0",
111+
"contentHash": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
112112
"dependencies": {
113-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
114-
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
115-
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
116-
"Serilog": "3.1.1",
117-
"Serilog.Extensions.Logging": "8.0.0"
113+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
114+
"Microsoft.Extensions.Hosting.Abstractions": "9.0.0",
115+
"Microsoft.Extensions.Logging.Abstractions": "9.0.0",
116+
"Serilog": "4.2.0",
117+
"Serilog.Extensions.Logging": "9.0.0"
118118
}
119119
},
120120
"Serilog.Settings.Configuration": {
121121
"type": "Direct",
122-
"requested": "[8.0.4, )",
123-
"resolved": "8.0.4",
124-
"contentHash": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==",
122+
"requested": "[9.0.0, )",
123+
"resolved": "9.0.0",
124+
"contentHash": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
125125
"dependencies": {
126-
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
127-
"Microsoft.Extensions.DependencyModel": "8.0.2",
128-
"Serilog": "3.1.1"
126+
"Microsoft.Extensions.Configuration.Binder": "9.0.0",
127+
"Microsoft.Extensions.DependencyModel": "9.0.0",
128+
"Serilog": "4.2.0"
129129
}
130130
},
131131
"Serilog.Sinks.Console": {
@@ -263,8 +263,8 @@
263263
},
264264
"Microsoft.Extensions.DependencyModel": {
265265
"type": "Transitive",
266-
"resolved": "8.0.2",
267-
"contentHash": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw=="
266+
"resolved": "9.0.0",
267+
"contentHash": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA=="
268268
},
269269
"Microsoft.Extensions.Diagnostics": {
270270
"type": "Transitive",
@@ -436,11 +436,11 @@
436436
},
437437
"Serilog.Extensions.Logging": {
438438
"type": "Transitive",
439-
"resolved": "8.0.0",
440-
"contentHash": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
439+
"resolved": "9.0.0",
440+
"contentHash": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
441441
"dependencies": {
442-
"Microsoft.Extensions.Logging": "8.0.0",
443-
"Serilog": "3.1.1"
442+
"Microsoft.Extensions.Logging": "9.0.0",
443+
"Serilog": "4.2.0"
444444
}
445445
},
446446
"Spectre.Console": {

Tests/packages.lock.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210
},
211211
"Microsoft.Extensions.DependencyModel": {
212212
"type": "Transitive",
213-
"resolved": "8.0.2",
214-
"contentHash": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw=="
213+
"resolved": "9.0.0",
214+
"contentHash": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA=="
215215
},
216216
"Microsoft.Extensions.Diagnostics": {
217217
"type": "Transitive",
@@ -469,33 +469,33 @@
469469
},
470470
"Serilog.Extensions.Hosting": {
471471
"type": "Transitive",
472-
"resolved": "8.0.0",
473-
"contentHash": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==",
472+
"resolved": "9.0.0",
473+
"contentHash": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
474474
"dependencies": {
475-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
476-
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
477-
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
478-
"Serilog": "3.1.1",
479-
"Serilog.Extensions.Logging": "8.0.0"
475+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
476+
"Microsoft.Extensions.Hosting.Abstractions": "9.0.0",
477+
"Microsoft.Extensions.Logging.Abstractions": "9.0.0",
478+
"Serilog": "4.2.0",
479+
"Serilog.Extensions.Logging": "9.0.0"
480480
}
481481
},
482482
"Serilog.Extensions.Logging": {
483483
"type": "Transitive",
484-
"resolved": "8.0.0",
485-
"contentHash": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
484+
"resolved": "9.0.0",
485+
"contentHash": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
486486
"dependencies": {
487-
"Microsoft.Extensions.Logging": "8.0.0",
488-
"Serilog": "3.1.1"
487+
"Microsoft.Extensions.Logging": "9.0.0",
488+
"Serilog": "4.2.0"
489489
}
490490
},
491491
"Serilog.Settings.Configuration": {
492492
"type": "Transitive",
493-
"resolved": "8.0.4",
494-
"contentHash": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==",
493+
"resolved": "9.0.0",
494+
"contentHash": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
495495
"dependencies": {
496-
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
497-
"Microsoft.Extensions.DependencyModel": "8.0.2",
498-
"Serilog": "3.1.1"
496+
"Microsoft.Extensions.Configuration.Binder": "9.0.0",
497+
"Microsoft.Extensions.DependencyModel": "9.0.0",
498+
"Serilog": "4.2.0"
499499
}
500500
},
501501
"Serilog.Sinks.Console": {
@@ -631,8 +631,8 @@
631631
"Polly": "[8.5.2, )",
632632
"Serilog": "[4.2.0, )",
633633
"Serilog.Enrichers.Thread": "[4.0.0, )",
634-
"Serilog.Extensions.Hosting": "[8.0.0, )",
635-
"Serilog.Settings.Configuration": "[8.0.4, )",
634+
"Serilog.Extensions.Hosting": "[9.0.0, )",
635+
"Serilog.Settings.Configuration": "[9.0.0, )",
636636
"Serilog.Sinks.Console": "[6.0.0, )",
637637
"Spectre.Console.Cli": "[0.49.1, )",
638638
"System.Interactive": "[6.0.1, )",

0 commit comments

Comments
 (0)