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 Oct 11, 2024
1 parent 867deda commit f780e91
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net6.0": {
"FSharp.Core": {
"type": "Direct",
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
"requested": "[8.0.401, )",
"resolved": "8.0.401",
"contentHash": "pvmquLrs82m8WqWB49Gj+hsmnWURkUbc++pJ0P2NdrEv1ZVVrhDNjSiFNP4wW4HiTowwaRhjiBc5IKNV35Vf/A=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
Expand Down Expand Up @@ -110,7 +110,7 @@
"library.fsharp": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[8.0.400, )"
"FSharp.Core": "[8.0.401, )"
}
}
}
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": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
"requested": "[8.0.401, )",
"resolved": "8.0.401",
"contentHash": "pvmquLrs82m8WqWB49Gj+hsmnWURkUbc++pJ0P2NdrEv1ZVVrhDNjSiFNP4wW4HiTowwaRhjiBc5IKNV35Vf/A=="
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"dependencies": {
"net8.0": {}
"net7.0": {}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"net7.0": {
"Microsoft.CodeAnalysis.Common": {
"type": "Direct",
"requested": "[4.11.0, )",
Expand Down
4 changes: 2 additions & 2 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1606,9 +1606,9 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.DataCollector": "[4.2.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.RegexMutators": "[4.2.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.29, )"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Stryker.CLI/Stryker.CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1427,9 +1427,9 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.DataCollector": "[4.2.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.RegexMutators": "[4.2.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.29, )"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1576,9 +1576,9 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.DataCollector": "[4.2.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.RegexMutators": "[4.2.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.29, )"
}
},
Expand Down

0 comments on commit f780e91

Please sign in to comment.