Skip to content

Commit

Permalink
fix: Labtracker/packages.config to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 27, 2022
1 parent 3d498d4 commit bb8c07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Labtracker/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<package id="ExcelDataReader" version="3.6.0" targetFramework="net472" />
<package id="ExcelDataReader.DataSet" version="3.6.0" targetFramework="net472" />
<package id="Hangfire.Core" version="1.7.27" targetFramework="net472" />
<package id="jQuery" version="3.3.1" targetFramework="net472" />
<package id="jQuery" version="3.5.0" targetFramework="net472" />
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net472" />
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net472" />
<package id="Microsoft.AspNet.Identity.Core" version="2.2.2" targetFramework="net472" />
Expand Down Expand Up @@ -40,7 +40,7 @@
<package id="Microsoft.Owin.Security.Twitter" version="4.0.0" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="Owin" version="1.0" targetFramework="net472" />
<package id="SQLite.CodeFirst" version="1.5.2.28" targetFramework="net472" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
Expand Down

0 comments on commit bb8c07e

Please sign in to comment.