Skip to content

Commit

Permalink
fix: src/Auth0.Core/Auth0.Core.csproj to reduce vulnerabilities (#560)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Evan Sims <evan.sims@auth0.com>
  • Loading branch information
3 people authored May 2, 2022
1 parent ba171f6 commit fd15ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth0.Core/Auth0.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyOriginatorKeyFile>..\..\build\Auth0NetStrongName.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit fd15ff7

Please sign in to comment.