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 Feb 16, 2024
1 parent 71a58a1 commit 6b1437f
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.100, )",
"resolved": "8.0.100",
"contentHash": "ZOVZ/o+jI3ormTZOa28Wh0tSRoyle1f7lKFcUN61sPiXI7eDZu8eSveFybgTeyIEyW0ujjp31cp7GOglDgsNEg=="
"requested": "[8.0.200, )",
"resolved": "8.0.200",
"contentHash": "qnxoF3Fu0HzfOeYdrwmQOsLP1v+OtOMSIYkNVUwf6nGqWzL03Hh4r6VFCvCb54jlsgtt3WADVYkKkrgdeY5kiQ=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
Expand Down Expand Up @@ -110,7 +110,7 @@
"library.fsharp": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[8.0.100, )"
"FSharp.Core": "[8.0.200, )"
}
}
}
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.100, )",
"resolved": "8.0.100",
"contentHash": "ZOVZ/o+jI3ormTZOa28Wh0tSRoyle1f7lKFcUN61sPiXI7eDZu8eSveFybgTeyIEyW0ujjp31cp7GOglDgsNEg=="
"requested": "[8.0.200, )",
"resolved": "8.0.200",
"contentHash": "qnxoF3Fu0HzfOeYdrwmQOsLP1v+OtOMSIYkNVUwf6nGqWzL03Hh4r6VFCvCb54jlsgtt3WADVYkKkrgdeY5kiQ=="
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )"
"Library": "[4.0.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )"
"Library": "[4.0.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 @@ -993,8 +993,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.48.0, )",
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.DataCollector": "[4.0.0, )",
"Stryker.RegexMutators": "[4.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[20.0.15, )"
}
},
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 @@ -833,8 +833,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.48.0, )",
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.DataCollector": "[4.0.0, )",
"Stryker.RegexMutators": "[4.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[20.0.15, )"
}
},
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 @@ -978,8 +978,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.48.0, )",
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.DataCollector": "[4.0.0, )",
"Stryker.RegexMutators": "[4.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[20.0.15, )"
}
},
Expand Down

0 comments on commit 6b1437f

Please sign in to comment.