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 Sep 13, 2024
1 parent 5bc0d0a commit e91879f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.1.0, )",
"Library": "[4.2.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.1.0, )",
"Library": "[4.2.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.1.0, )",
"Library": "[4.2.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.1.0, )",
"Library": "[4.2.0, )",
"Microsoft.CodeAnalysis.Common": "[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 @@ -954,9 +954,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 @@ -775,9 +775,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 @@ -942,9 +942,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 e91879f

Please sign in to comment.