Skip to content

Commit

Permalink
Merge pull request #206 from gitfool/renovate/yamldotnet-13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed May 21, 2023
2 parents 622027d + 9414812 commit e3ce34a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1415,14 +1415,14 @@
},
"YamlDotNet": {
"type": "Transitive",
"resolved": "12.3.1",
"contentHash": "5AuPSmnxs77+u8oLEW9iF+DUOzkb+VVsJ1IUPYcRJCho0hkLWGO59ZZOr7Mto31oExP8Nm9Q+4BzVwU6sIDQWA=="
"resolved": "13.1.0",
"contentHash": "S4tzJjofMDx8PKtbnwkaMznbPD1aUffVKW+ClhfOGAYFIPuY9sSrArcFQOcRkbwRP1kYIaMbXk4Vsnfk3dE3dQ=="
},
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.5.2, )",
"YamlDotNet": "[12.3.1, )"
"YamlDotNet": "[13.1.0, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.5.2" />
<PackageReference Include="YamlDotNet" Version="12.3.1" />
<PackageReference Include="YamlDotNet" Version="13.1.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Library/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[12.3.1, )",
"resolved": "12.3.1",
"contentHash": "5AuPSmnxs77+u8oLEW9iF+DUOzkb+VVsJ1IUPYcRJCho0hkLWGO59ZZOr7Mto31oExP8Nm9Q+4BzVwU6sIDQWA=="
"requested": "[13.1.0, )",
"resolved": "13.1.0",
"contentHash": "S4tzJjofMDx8PKtbnwkaMznbPD1aUffVKW+ClhfOGAYFIPuY9sSrArcFQOcRkbwRP1kYIaMbXk4Vsnfk3dE3dQ=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down
6 changes: 3 additions & 3 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1698,8 +1698,8 @@
},
"YamlDotNet": {
"type": "Transitive",
"resolved": "12.3.1",
"contentHash": "5AuPSmnxs77+u8oLEW9iF+DUOzkb+VVsJ1IUPYcRJCho0hkLWGO59ZZOr7Mto31oExP8Nm9Q+4BzVwU6sIDQWA=="
"resolved": "13.1.0",
"contentHash": "S4tzJjofMDx8PKtbnwkaMznbPD1aUffVKW+ClhfOGAYFIPuY9sSrArcFQOcRkbwRP1kYIaMbXk4Vsnfk3dE3dQ=="
},
"bgg-dungeon": {
"type": "Project",
Expand All @@ -1726,7 +1726,7 @@
"type": "Project",
"dependencies": {
"FluentValidation": "[11.5.2, )",
"YamlDotNet": "[12.3.1, )"
"YamlDotNet": "[13.1.0, )"
}
}
}
Expand Down

0 comments on commit e3ce34a

Please sign in to comment.