Bump Newtonsoft.Json from 13.0.1 to 13.0.2 (#110)

* Bump Newtonsoft.Json from 13.0.1 to 13.0.2

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-02-20 23:35:06 +10:00 коммит произвёл GitHub
Родитель ab13b40763
Коммит eaeab81bf3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -7,16 +7,18 @@ What's changed since pre-release v0.6.0-B0012:
- Engineering: - Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.4.1. - Bump Microsoft.NET.Test.Sdk to v17.4.1.
[#113](https://github.com/microsoft/PSRule.Monitor/pull/113) [#113](https://github.com/microsoft/PSRule.Monitor/pull/113)
- Bump Newtonsoft.Json to v13.0.2.
[#110](https://github.com/microsoft/PSRule.Monitor/pull/110)
## v0.6.0-B0012 (pre-release) ## v0.6.0-B0012 (pre-release)
What's changed since v0.5.0: What's changed since v0.5.0:
- Engineering: - Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.3.2.
[#98](https://github.com/microsoft/PSRule.Monitor/pull/98)
- Bump PSRule to v2.7.0. - Bump PSRule to v2.7.0.
[#95](https://github.com/microsoft/PSRule.Monitor/pull/95) [#95](https://github.com/microsoft/PSRule.Monitor/pull/95)
- Bump Microsoft.NET.Test.Sdk to v17.3.2.
[#98](https://github.com/microsoft/PSRule.Monitor/pull/98)
- Bump PSScriptAnalyzer to v1.21.0. - Bump PSScriptAnalyzer to v1.21.0.
[#95](https://github.com/microsoft/PSRule.Monitor/pull/95) [#95](https://github.com/microsoft/PSRule.Monitor/pull/95)
- Bump coverlet.collector to v3.2.0. - Bump coverlet.collector to v3.2.0.

Просмотреть файл

@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" PrivateAssets="All" /> <PackageReference Include="PowerShellStandard.Library" Version="5.1.1" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>