Skip to content

Commit

Permalink
chore(deps): update dependency serilog to 4.2.0 (#3146)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency serilog to 4.2.0

* Update package lock files

---------

Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored Dec 20, 2024
1 parent 70e676d commit 81d41fa
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -137,7 +142,8 @@
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand All @@ -151,7 +156,8 @@
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand All @@ -86,7 +91,8 @@
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -131,7 +136,8 @@
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
<PackageReference Include="Serilog" Version="4.1.0">
<PackageReference Include="Serilog" Version="4.2.0">
<Aliases>TheLog</Aliases>
</PackageReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"System.Reflection.Metadata": "8.0.0"
}
},
"Serilog": {
"type": "Direct",
"requested": "[4.2.0, )",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"Microsoft.CodeAnalysis.Analyzers": {
"type": "Transitive",
"resolved": "3.3.4",
Expand Down

0 comments on commit 81d41fa

Please sign in to comment.