Skip to content

Commit

Permalink
chore(deps): update dependency cliwrap to v3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 03bacae commit 48e6704
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 @@ -62,8 +62,8 @@
},
"CliWrap": {
"type": "Transitive",
"resolved": "3.6.4",
"contentHash": "KVGVZlR0GWgN3Xr88oZMSzYu38TXIogwLz588e6wku3mIfg6lPchxpYWtZSZfurpTY63ANF61xWp8EZF3jkN4g=="
"resolved": "3.6.6",
"contentHash": "8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ=="
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
Expand Down Expand Up @@ -146,7 +146,7 @@
"UnMango.CliWrap.FSharp": {
"type": "Project",
"dependencies": {
"CliWrap": "[3.6.4, )",
"CliWrap": "[3.6.6, )",
"FSharp.Core": "[8.0.101, )"
}
}
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.4"/>
<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"/>
</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.4, )",
"resolved": "3.6.4",
"contentHash": "KVGVZlR0GWgN3Xr88oZMSzYu38TXIogwLz588e6wku3mIfg6lPchxpYWtZSZfurpTY63ANF61xWp8EZF3jkN4g=="
"requested": "[3.6.6, )",
"resolved": "3.6.6",
"contentHash": "8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ=="
},
"FSharp.Core": {
"type": "Direct",
Expand Down

0 comments on commit 48e6704

Please sign in to comment.