Skip to content

Commit

Permalink
Fix packages lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Nov 10, 2024
1 parent 43a0038 commit 5a790af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
},
"Serilog": {
"type": "Direct",
"requested": "[4.0.2, )",
"resolved": "4.0.2",
"contentHash": "Vehq4uNYtURe/OnHEpWGvMgrvr5Vou7oZLdn3BuEH5FSCeHXDpNJtpzWoqywXsSvCTuiv0I65mZDRnJSeUvisA=="
"requested": "[4.1.0, )",
"resolved": "4.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"Serilog.Enrichers.Thread": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@
},
"Serilog": {
"type": "Transitive",
"resolved": "4.0.2",
"contentHash": "Vehq4uNYtURe/OnHEpWGvMgrvr5Vou7oZLdn3BuEH5FSCeHXDpNJtpzWoqywXsSvCTuiv0I65mZDRnJSeUvisA=="
"resolved": "4.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"Serilog.Enrichers.Thread": {
"type": "Transitive",
Expand Down Expand Up @@ -629,7 +629,7 @@
"Microsoft.Extensions.Options": "[8.0.2, )",
"NetEscapades.Configuration.Yaml": "[3.1.0, )",
"Polly": "[8.4.2, )",
"Serilog": "[4.0.2, )",
"Serilog": "[4.1.0, )",
"Serilog.Enrichers.Thread": "[4.0.0, )",
"Serilog.Extensions.Hosting": "[8.0.0, )",
"Serilog.Settings.Configuration": "[8.0.4, )",
Expand Down

0 comments on commit 5a790af

Please sign in to comment.