Skip to content

Commit

Permalink
chore(deps): update dependency minver to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent b462127 commit fbcfe92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
17 changes: 0 additions & 17 deletions src/CliWrap.FSharp.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
"resolved": "2.5.6",
"contentHash": "CW6uhMXNaQQNMSG1IWhHkBT+V5eqHqn7MP0zfNMhU9wS/sgKX7FGL3rzoaUgt26wkY3bpf7pDVw3IjXhwfiP4w=="
},
"CliFx": {
"type": "Transitive",
"resolved": "2.3.5",
"contentHash": "WaZDt7FC1ViEzS5m7w7lOWT/aluZ28fFkPcRdkQ+7DowqjTmr5YZswNIDqSuBDaeGXPe8VzTZKMltKrXhIOt9Q=="
},
"CliWrap": {
"type": "Transitive",
"resolved": "3.6.6",
Expand Down Expand Up @@ -97,11 +92,6 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
},
"System.Reflection.Metadata": {
"type": "Transitive",
"resolved": "1.6.0",
Expand Down Expand Up @@ -147,13 +137,6 @@
"xunit.extensibility.core": "[2.6.6]"
}
},
"cliwrap.tests.dummy": {
"type": "Project",
"dependencies": {
"CliFx": "[2.3.5, )",
"System.Memory": "[4.5.5, )"
}
},
"UnMango.CliWrap.FSharp": {
"type": "Project",
"dependencies": {
Expand Down
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 fbcfe92

Please sign in to comment.