Skip to content

Commit

Permalink
chore(deps): update dependency minver to v5 (#20)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency minver to v5

* Update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Erik Rasmussen <[email protected]>
  • Loading branch information
renovate[bot] and UnstoppableMango authored Mar 4, 2024
1 parent 019b61a commit 5700786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CliWrap.FSharp/CliWrap.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.6"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/>
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="all"/>
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all"/>
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/CliWrap.FSharp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"MinVer": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "YNVAW3loCFW4kTwensApaZUl+7xREK75QQNOFSbsbXx2sCSm9/IHBjUHsJGn3u0UA5r/sAqrdYBNUlOFfLhUrA=="
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "ybkgpQMtt0Fo91l5rYtE3TZtD+Nmy5Ko091xvfXXOosQdMi30XO2EZ2+ShZt89gdu7RMmJqZaJ+e1q6d+6+KNw=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down

0 comments on commit 5700786

Please sign in to comment.