Skip to content

Commit

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

* Update package lock files

---------

Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored Nov 10, 2024
1 parent 146673a commit 957cf46
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.1" />
<PackageVersion Include="ResXResourceReader.NetStandard" Version="1.3.0" />
<PackageVersion Include="YamlDotNet" Version="16.1.3" />
<PackageVersion Include="YamlDotNet" Version="16.2.0" />
<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 @@ -1561,7 +1561,7 @@
"dependencies": {
"McMaster.Extensions.CommandLineUtils": "[4.1.1, )",
"NuGet.Protocol": "[6.11.1, )",
"YamlDotNet": "[16.1.3, )",
"YamlDotNet": "[16.2.0, )",
"stryker": "[4.4.0, )"
}
},
Expand Down Expand Up @@ -1932,9 +1932,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[16.1.3, )",
"resolved": "16.1.3",
"contentHash": "gtHGiDvU9VTtWte8f0thIM38cL1oowOjStKpeAEKKfA+Rc4AvekJzqFDZiiPcc4kw00ZiwR4OTJS56L16q98DQ=="
"requested": "[16.2.0, )",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
}
}
}
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.3, )",
"resolved": "16.1.3",
"contentHash": "gtHGiDvU9VTtWte8f0thIM38cL1oowOjStKpeAEKKfA+Rc4AvekJzqFDZiiPcc4kw00ZiwR4OTJS56L16q98DQ=="
"requested": "[16.2.0, )",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down

0 comments on commit 957cf46

Please sign in to comment.