diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-06 18:01:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 18:01:21 +0100 |
commit | ab676d58ea2a52e219835dd6baebf8b8ce0ab694 (patch) | |
tree | 65d025062f1e070bb55f17a0e24f89fc3fbb627c | |
parent | 2372c194f10d8f9ef7ea2dc415aa1613fbfc078a (diff) |
nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.0 to 6.25.1 (#4043)1.1.437
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.25.0 to 6.25.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.25.0...6.25.1)
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Ryujinx.HLE/Ryujinx.HLE.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Ryujinx.HLE.csproj b/Ryujinx.HLE/Ryujinx.HLE.csproj index 1ec92a44..82f3483c 100644 --- a/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -26,7 +26,7 @@ <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> <PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11" /> - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.0" /> + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" /> </ItemGroup> <!-- Due to Concentus. --> |