Skip to content

Commit

Permalink
Merge pull request #446 from Saibamen/npm_update
Browse files Browse the repository at this point in the history
Update NPM minor packages + refresh lock file + Update IdentityModel
  • Loading branch information
Saibamen authored Nov 25, 2024
2 parents 6f0d991 + 0f95563 commit 160b1a6
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 317 deletions.
2 changes: 1 addition & 1 deletion Gandalan.IDAS.WebApi.Client/GDL.IDAS.WebApi.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency id="GDL.IDAS.Logging" version="BUILDVERSION" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="8.2.0" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="8.2.1" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="All" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
</ItemGroup>
</Project>
Loading

0 comments on commit 160b1a6

Please sign in to comment.