Skip to content

Commit

Permalink
Update package lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
renovatebot committed Dec 20, 2024
1 parent 9d44120 commit 57d6bfb
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )",
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.1.0, )"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net6.0": {
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100, )",
"resolved": "9.0.100",
"contentHash": "ye8yagHGsH08H2Twno5GRWkSbrMtxK/SWiHuPcF+3nODpW65/VJ8RO0aWxp8n9+KQbmahg90wAEL3TEXjF0r6A=="
"requested": "[8.0.403, )",
"resolved": "8.0.403",
"contentHash": "t1Pvv2++3zMQKKNuiQc1Lz4TCdaBajgG4mLhOE8AoFzborHQ/JbjIaJr6Mrq8m2z15KLu4r6Qz7E3oeACpljTg=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
Expand Down Expand Up @@ -110,7 +110,7 @@
"library.fsharp": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100, )"
"FSharp.Core": "[8.0.403, )"
}
}
}
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.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"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.1.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.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"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.1.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )",
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.1.0, )"
}
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.1.0, )",
"resolved": "4.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"Microsoft.CodeAnalysis.Analyzers": {
"type": "Transitive",
"resolved": "3.3.4",
Expand Down

0 comments on commit 57d6bfb

Please sign in to comment.