Skip to content

Commit

Permalink
fix: FeatureSwitch.Glimpse/packages.config to reduce vulnerabilities
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-MICROSOFTASPNETMVC-60000
  • Loading branch information
snyk-bot committed Nov 17, 2021
1 parent 1d32074 commit 805f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FeatureSwitch.Glimpse/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="FeatureSwitch" version="1.3.3" targetFramework="net45" />
<package id="Glimpse" version="1.8.2" targetFramework="net45" />
<package id="Glimpse.AspNet" version="1.8.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="5.0.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="5.0.2" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
Expand Down

0 comments on commit 805f159

Please sign in to comment.