Skip to content

Commit

Permalink
chore(deps): update dependency yamldotnet to 16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovatebot committed Dec 23, 2024
1 parent 0b5617c commit f0c41b5
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageVersion Include="NuGet.Protocol" Version="6.12.1" />
<PackageVersion Include="ResXResourceReader.NetStandard" Version="1.3.0" />
<PackageVersion Include="YamlDotNet" Version="16.2.1" />
<PackageVersion Include="YamlDotNet" Version="16.3.0" />
<PackageVersion Include="Grynwald.MarkdownGenerator" Version="3.0.106" />
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
<PackageVersion Include="DotNet.Glob" Version="3.1.3" />
Expand Down
22 changes: 11 additions & 11 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
"dependencies": {
"McMaster.Extensions.CommandLineUtils": "[4.1.1, )",
"NuGet.Protocol": "[6.12.1, )",
"YamlDotNet": "[16.2.1, )",
"YamlDotNet": "[16.3.0, )",
"stryker": "[4.4.1, )"
}
},
Expand Down Expand Up @@ -865,11 +865,11 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Configuration": "[4.4.1, )",
"Stryker.DataCollector": "[4.4.1, )",
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Configuration": "[1.0.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[4.4.1, )",
"Stryker.RegexMutators": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -882,7 +882,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.12.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Utilities": "[4.4.1, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -893,8 +893,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Utilities": "[4.4.1, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down Expand Up @@ -1175,9 +1175,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[16.2.1, )",
"resolved": "16.2.1",
"contentHash": "im6zTVgesjcfTRfuMpnx51Rg2svWenp/3q5XBfcIzgj8PNIkkSD2xEl9HWcVi2SaJPP9XcXUdzed9gSDEuf1TA=="
"requested": "[16.3.0, )",
"resolved": "16.3.0",
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
}
}
}
Expand Down
20 changes: 10 additions & 10 deletions src/Stryker.CLI/Stryker.CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[16.2.1, )",
"resolved": "16.2.1",
"contentHash": "im6zTVgesjcfTRfuMpnx51Rg2svWenp/3q5XBfcIzgj8PNIkkSD2xEl9HWcVi2SaJPP9XcXUdzed9gSDEuf1TA=="
"requested": "[16.3.0, )",
"resolved": "16.3.0",
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down Expand Up @@ -691,11 +691,11 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Configuration": "[4.4.1, )",
"Stryker.DataCollector": "[4.4.1, )",
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Configuration": "[1.0.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[4.4.1, )",
"Stryker.RegexMutators": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -708,7 +708,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.12.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Utilities": "[4.4.1, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -719,8 +719,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Utilities": "[4.4.1, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down
14 changes: 7 additions & 7 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,11 +852,11 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Configuration": "[4.4.1, )",
"Stryker.DataCollector": "[4.4.1, )",
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Configuration": "[1.0.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[4.4.1, )",
"Stryker.RegexMutators": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -869,7 +869,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.12.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Utilities": "[4.4.1, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -880,8 +880,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Utilities": "[4.4.1, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down
6 changes: 3 additions & 3 deletions src/Stryker.Core/Stryker.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.12.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Utilities": "[4.4.1, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand All @@ -840,8 +840,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Abstractions": "[4.4.1, )",
"Stryker.Utilities": "[4.4.1, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down
2 changes: 1 addition & 1 deletion src/Stryker.Options/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.12.0, )",
"Serilog": "[4.2.0, )",
"Stryker.Utilities": "[4.4.1, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.7, )"
}
},
Expand Down

0 comments on commit f0c41b5

Please sign in to comment.