Skip to content

Commit

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

* Update package lock files

---------

Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored Sep 26, 2024
1 parent 567f028 commit 4e799e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.11.0" />
<PackageVersion Include="ResXResourceReader.NetStandard" Version="1.3.0" />
<PackageVersion Include="YamlDotNet" Version="16.1.2" />
<PackageVersion Include="YamlDotNet" Version="16.1.3" />
<PackageVersion Include="Grynwald.MarkdownGenerator" Version="3.0.106" />
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
<PackageVersion Include="FSharp.Compiler.Service" Version="42.7.100-preview.22427.1" />
Expand Down
8 changes: 4 additions & 4 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@
"dependencies": {
"McMaster.Extensions.CommandLineUtils": "[4.1.1, )",
"NuGet.Protocol": "[6.11.0, )",
"YamlDotNet": "[16.1.2, )",
"YamlDotNet": "[16.1.3, )",
"stryker": "[4.2.0, )"
}
},
Expand Down Expand Up @@ -1897,9 +1897,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[16.1.2, )",
"resolved": "16.1.2",
"contentHash": "VHBamNzHIKqkdWgYrGk48mEos+lVDFHzJyk0JiFYydoViSiCNIdoDTL3kaqAh+exQ2m2ZgZQphBgaOngR1fYjg=="
"requested": "[16.1.3, )",
"resolved": "16.1.3",
"contentHash": "gtHGiDvU9VTtWte8f0thIM38cL1oowOjStKpeAEKKfA+Rc4AvekJzqFDZiiPcc4kw00ZiwR4OTJS56L16q98DQ=="
}
}
}
Expand Down
6 changes: 3 additions & 3 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.1.2, )",
"resolved": "16.1.2",
"contentHash": "VHBamNzHIKqkdWgYrGk48mEos+lVDFHzJyk0JiFYydoViSiCNIdoDTL3kaqAh+exQ2m2ZgZQphBgaOngR1fYjg=="
"requested": "[16.1.3, )",
"resolved": "16.1.3",
"contentHash": "gtHGiDvU9VTtWte8f0thIM38cL1oowOjStKpeAEKKfA+Rc4AvekJzqFDZiiPcc4kw00ZiwR4OTJS56L16q98DQ=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down

0 comments on commit 4e799e6

Please sign in to comment.