Skip to content

Commit

Permalink
chore(deps): update dependency yamldotnet to v13 (#2399)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency yamldotnet to v13

* Update package lock files

---------

Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored Feb 7, 2023
1 parent 0c1e592 commit cdb84bb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[3.4.0, )"
"Library": "[3.5.1, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[3.4.0, )"
"Library": "[3.5.1, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.0.2" />
<PackageVersion Include="NuGet.Protocol" Version="6.4.0" />
<PackageVersion Include="ResXResourceReader.NetStandard" Version="1.1.0" />
<PackageVersion Include="YamlDotNet" Version="12.3.1" />
<PackageVersion Include="YamlDotNet" Version="13.0.0" />
<PackageVersion Include="Grynwald.MarkdownGenerator" Version="2.5.34" />
<PackageVersion Include="LibGit2Sharp" Version="0.27.0-preview-0182" />
<PackageVersion Include="FSharp.Compiler.Service" Version="41.0.7" />
Expand Down
14 changes: 7 additions & 7 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1604,8 +1604,8 @@
"dependencies": {
"McMaster.Extensions.CommandLineUtils": "[4.0.2, )",
"NuGet.Protocol": "[6.4.0, )",
"YamlDotNet": "[12.3.1, )",
"stryker": "[3.4.0, )"
"YamlDotNet": "[13.0.0, )",
"stryker": "[3.5.1, )"
}
},
"stryker": {
Expand Down Expand Up @@ -1633,8 +1633,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.46.0, )",
"Spectre.Console.Analyzer": "[0.46.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.DataCollector": "[3.5.1, )",
"Stryker.RegexMutators": "[3.5.1, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[19.1.14, )"
}
},
Expand Down Expand Up @@ -1904,9 +1904,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[12.3.1, )",
"resolved": "12.3.1",
"contentHash": "5AuPSmnxs77+u8oLEW9iF+DUOzkb+VVsJ1IUPYcRJCho0hkLWGO59ZZOr7Mto31oExP8Nm9Q+4BzVwU6sIDQWA=="
"requested": "[13.0.0, )",
"resolved": "13.0.0",
"contentHash": "4ZNUK9nl6i8DHPbjmJR23OJvCvesgTJoDuILy0bpN2HeYROpKa4bDy8QvXXPcPnmes573IS9FGFUqpZgKeFLGA=="
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/Stryker.CLI/Stryker.CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[12.3.1, )",
"resolved": "12.3.1",
"contentHash": "5AuPSmnxs77+u8oLEW9iF+DUOzkb+VVsJ1IUPYcRJCho0hkLWGO59ZZOr7Mto31oExP8Nm9Q+4BzVwU6sIDQWA=="
"requested": "[13.0.0, )",
"resolved": "13.0.0",
"contentHash": "4ZNUK9nl6i8DHPbjmJR23OJvCvesgTJoDuILy0bpN2HeYROpKa4bDy8QvXXPcPnmes573IS9FGFUqpZgKeFLGA=="
},
"Buildalyzer.Logger": {
"type": "Transitive",
Expand Down Expand Up @@ -1466,8 +1466,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.46.0, )",
"Spectre.Console.Analyzer": "[0.46.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.DataCollector": "[3.5.1, )",
"Stryker.RegexMutators": "[3.5.1, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[19.1.14, )"
}
},
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 @@ -1688,8 +1688,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.46.0, )",
"Spectre.Console.Analyzer": "[0.46.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"Stryker.DataCollector": "[3.5.1, )",
"Stryker.RegexMutators": "[3.5.1, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[19.1.14, )"
}
},
Expand Down

0 comments on commit cdb84bb

Please sign in to comment.