Skip to content

Commit

Permalink
chore(deps): update dependency yamldotnet to v15.1.4 (#2934)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency yamldotnet to v15.1.4

* Update package lock files

---------

Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored May 11, 2024
1 parent 654b4df commit fde4f31
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 @@ -6,7 +6,7 @@
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageVersion Include="NuGet.Protocol" Version="6.9.1" />
<PackageVersion Include="ResXResourceReader.NetStandard" Version="1.3.0" />
<PackageVersion Include="YamlDotNet" Version="15.1.2" />
<PackageVersion Include="YamlDotNet" Version="15.1.4" />
<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 @@ -1608,7 +1608,7 @@
"dependencies": {
"McMaster.Extensions.CommandLineUtils": "[4.1.1, )",
"NuGet.Protocol": "[6.9.1, )",
"YamlDotNet": "[15.1.2, )",
"YamlDotNet": "[15.1.4, )",
"stryker": "[4.0.5, )"
}
},
Expand Down Expand Up @@ -1909,9 +1909,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[15.1.2, )",
"resolved": "15.1.2",
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
"requested": "[15.1.4, )",
"resolved": "15.1.4",
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
}
}
}
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 @@ -34,9 +34,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[15.1.2, )",
"resolved": "15.1.2",
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
"requested": "[15.1.4, )",
"resolved": "15.1.4",
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down

0 comments on commit fde4f31

Please sign in to comment.