Bump YamlDotNet from 13.2.0 to 13.3.1 (#1387)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.2.0 to 13.3.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v13.2.0...v13.3.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-29 06:39:22 -07:00
committed by GitHub
parent e152ba7750
commit fb0723e79a

View File

@@ -13,6 +13,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.3" /> <PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="Fractions" Version="7.2.1" /> <PackageReference Include="Fractions" Version="7.2.1" />
<PackageReference Include="YamlDotNet" Version="13.2.0" /> <PackageReference Include="YamlDotNet" Version="13.3.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>