Skip to content

Commit

Permalink
chore(deps): update dependency coverlet.collector to v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 5700786 commit 5195c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/CliWrap.FSharp.Tests/CliWrap.FSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageReference Include="xunit" Version="2.7.0"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all"/>
<PackageReference Include="coverlet.collector" Version="6.0.1" PrivateAssets="all"/>
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all"/>
</ItemGroup>

<ItemGroup>
Expand Down
23 changes: 3 additions & 20 deletions src/CliWrap.FSharp.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "q/8r0muHlF7TbhMUTBAk43KteZYG2ECV96pbzkToQwgjp3BvbS766svUcO6va+cohWOkigeBWmHs0Vu5vQnESA=="
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "bJShQ6uWRTQ100ZeyiMqcFlhP7WJ+bCuabUs885dJiBEzMsJMSFr7BOyeCw4rgvQokteGi5rKQTlkhfQPUXg2A=="
},
"FsCheck": {
"type": "Direct",
Expand Down Expand Up @@ -60,11 +60,6 @@
"resolved": "2.5.7",
"contentHash": "31Rl7dBJriX0DNwZfDp8gqFOPsiM0c9kqpcH/HvNi9vDp+K7Ydf42H7mVIvYT918Ywzn1ymLg1c4DDC6iU754w=="
},
"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.7.0]"
}
},
"cliwrap.tests.dummy": {
"type": "Project",
"dependencies": {
"CliFx": "[2.3.5, )",
"System.Memory": "[4.5.5, )"
}
},
"UnMango.CliWrap.FSharp": {
"type": "Project",
"dependencies": {
Expand Down

0 comments on commit 5195c53

Please sign in to comment.