Skip to content

Commit

Permalink
fix: GVFS/GVFS/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-NUGETPACKAGING-6245712
  • Loading branch information
snyk-bot committed Feb 14, 2024
1 parent 98795d5 commit 84e3207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GVFS/GVFS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<package id="NuGet.DependencyResolver.Core" version="4.9.2" targetFramework="net461" />
<package id="NuGet.Frameworks" version="4.9.2" targetFramework="net461" />
<package id="NuGet.LibraryModel" version="4.9.2" targetFramework="net461" />
<package id="NuGet.Packaging" version="4.9.2" targetFramework="net461" />
<package id="NuGet.Packaging" version="5.11.6" targetFramework="net461" />
<package id="NuGet.Packaging.Core" version="4.9.2" targetFramework="net461" />
<package id="NuGet.ProjectModel" version="4.9.2" targetFramework="net461" />
<package id="NuGet.Protocol" version="4.9.2" targetFramework="net461" />
Expand Down

0 comments on commit 84e3207

Please sign in to comment.