Skip to content

Commit

Permalink
Update Newtonsoft.Json to tackle security alerts
Browse files Browse the repository at this point in the history
Closes #187
Closes #188
Closes #189
  • Loading branch information
knocte committed Jan 26, 2023
1 parent d3d9c77 commit 5ade841
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/GWallet.Backend.Tests/GWallet.Backend.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<ProjectReference Include="..\GWallet.Backend\GWallet.Backend.fsproj">
<Project>{96F9B3E5-11F8-4F5F-AADC-51D0D995B3D2}</Project>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Backend.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.2" targetFramework="net46" />
<package id="NBitcoin" version="5.0.13" targetFramework="net471" />
<package id="NBitcoin.Altcoins" version="2.0.5.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net46" />
<package id="NUnit" version="2.6.4" targetFramework="net46" />
<package id="NUnitTestAdapter" version="2.1.1" targetFramework="net46" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="net461" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Backend/GWallet.Backend.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<HintPath>..\..\packages\Portable.BouncyCastle.1.8.5.2\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
<HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Backend/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<package id="NBitcoin.Altcoins" version="2.0.5.1" targetFramework="net452" />
<package id="Nethereum" version="0.95.0--date20210125-0551.git-05a29e9" targetFramework="net461" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net46" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="net461" />
<package id="SharpRaven" version="2.4.0" targetFramework="net46" />
<package id="System.AppContext" version="4.3.0" targetFramework="net46" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<HintPath>..\..\packages\Portable.BouncyCastle.1.8.5.2\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<ProjectReference Include="..\GWallet.Backend\GWallet.Backend.fsproj">
<Name>GWallet.Backend</Name>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.Console/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FSharp.Core" version="4.7.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net46" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="net461" />
<package id="SharpRaven" version="2.4.0" targetFramework="net471" />
</packages>

0 comments on commit 5ade841

Please sign in to comment.