Skip to content

Commit

Permalink
chore(deps): update dependency cliwrap to 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 66c04b1 commit 2877432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/CliWrap.FSharp.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
},
"CliWrap": {
"type": "Transitive",
"resolved": "3.6.6",
"contentHash": "8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ=="
"resolved": "3.6.7",
"contentHash": "KYhA0OAGmNg22xI2OjkqG0zlgd61OCJOHYb+/uvSILriQNMQNmAjsRj7OqAh9dgltEuNpuPvN9+Y7pMBD/0NyQ=="
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
Expand Down Expand Up @@ -157,7 +157,7 @@
"UnMango.CliWrap.FSharp": {
"type": "Project",
"dependencies": {
"CliWrap": "[3.6.6, )",
"CliWrap": "[3.6.7, )",
"FSharp.Core": "[8.0.401, )"
}
}
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 @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.6"/>
<PackageReference Include="CliWrap" Version="3.6.7"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/>
<PackageReference Include="MinVer" Version="6.0.0" PrivateAssets="all"/>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/CliWrap.FSharp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"CliWrap": {
"type": "Direct",
"requested": "[3.6.6, )",
"resolved": "3.6.6",
"contentHash": "8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ=="
"requested": "[3.6.7, )",
"resolved": "3.6.7",
"contentHash": "KYhA0OAGmNg22xI2OjkqG0zlgd61OCJOHYb+/uvSILriQNMQNmAjsRj7OqAh9dgltEuNpuPvN9+Y7pMBD/0NyQ=="
},
"FSharp.Core": {
"type": "Direct",
Expand Down

0 comments on commit 2877432

Please sign in to comment.