Skip to content

Commit

Permalink
chore(deps): update dependency testableio.system.io.abstractions.test…
Browse files Browse the repository at this point in the history
…inghelpers to 21.1.2
  • Loading branch information
Renovatebot committed Nov 8, 2024
1 parent b7f9cca commit 8d9b8aa
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
<PackageVersion Include="Stryker.Regex.Parser" Version="1.0.0" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="Spectre.Console.Testing" Version="0.49.1" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="21.1.1" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="21.1.2" />
</ItemGroup>
</Project>
34 changes: 17 additions & 17 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"TestableIO.System.IO.Abstractions.TestingHelpers": {
"type": "Direct",
"requested": "[21.1.1, )",
"resolved": "21.1.1",
"contentHash": "mBG+qZdA+nrMVEEm0GIRTiWnVtqndGGuutLlMqBCc/42lPDQx1Nboyuz2oO3BVf8Jm7haJllu9druFYmJP7t3w==",
"requested": "[21.1.2, )",
"resolved": "21.1.2",
"contentHash": "w9BAhBhV+KVz8cob8PpBTJa9RZqT4H7oAGK99TNS2zRtWCi/EY+L+w3riP/3Vr+Ws9tec7g6rhp0wv7Tw4lV3A==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "21.1.1",
"TestableIO.System.IO.Abstractions.Wrappers": "21.1.1"
"TestableIO.System.IO.Abstractions": "21.1.2",
"TestableIO.System.IO.Abstractions.Wrappers": "21.1.2"
}
},
"Azure.Core": {
Expand Down Expand Up @@ -1553,8 +1553,8 @@
},
"TestableIO.System.IO.Abstractions": {
"type": "Transitive",
"resolved": "21.1.1",
"contentHash": "rOpwfPzkMnXEm1tXzCuFAIcB5vEy2WQJ4vZ4ixAHv6UE95ddYeJ6JJh4rg/3fmf+5ewit9Oful6POUjnbOkang=="
"resolved": "21.1.2",
"contentHash": "MnAzDK9GbSU+NsgruBbc9UPbGmJcObG7qNzI6rMZ4zrveh/kFblPeUiJD/dgeWHhhnYar3jSQEYzr4qJix8Xig=="
},
"dotnet-stryker": {
"type": "Project",
Expand Down Expand Up @@ -1591,11 +1591,11 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Configuration": "[4.3.0, )",
"Stryker.DataCollector": "[4.3.0, )",
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Configuration": "[1.0.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[4.3.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1608,7 +1608,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.11.1, )",
"Serilog": "[4.1.0, )",
"Stryker.Utilities": "[4.3.0, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1619,8 +1619,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.1.0, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Utilities": "[4.3.0, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down Expand Up @@ -1924,10 +1924,10 @@
"TestableIO.System.IO.Abstractions.Wrappers": {
"type": "CentralTransitive",
"requested": "[21.1.1, )",
"resolved": "21.1.1",
"contentHash": "BVymeYb9xqUdffJq9zqVyGglyQDi8QXv+VYUM0Z9Mrfau+rFFGk6GmFhEiCC3TIGOfDSIFWFUPWzxXHXjWmXIQ==",
"resolved": "21.1.2",
"contentHash": "xe/ZdK+9PvLyYV/GIwU2M84bSfsYz/aYHFb43JXXJVo/Xu5EFXhDDkTlSVPFrypjFT4TiKi//EHxZfD4Uu6SIg==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "21.1.1"
"TestableIO.System.IO.Abstractions": "21.1.2"
}
},
"YamlDotNet": {
Expand Down
14 changes: 7 additions & 7 deletions src/Stryker.CLI/Stryker.CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1412,11 +1412,11 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Configuration": "[4.3.0, )",
"Stryker.DataCollector": "[4.3.0, )",
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Configuration": "[1.0.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[4.3.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1429,7 +1429,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.11.1, )",
"Serilog": "[4.1.0, )",
"Stryker.Utilities": "[4.3.0, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1440,8 +1440,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.1.0, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Utilities": "[4.3.0, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down
34 changes: 17 additions & 17 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
},
"TestableIO.System.IO.Abstractions.TestingHelpers": {
"type": "Direct",
"requested": "[21.1.1, )",
"resolved": "21.1.1",
"contentHash": "mBG+qZdA+nrMVEEm0GIRTiWnVtqndGGuutLlMqBCc/42lPDQx1Nboyuz2oO3BVf8Jm7haJllu9druFYmJP7t3w==",
"requested": "[21.1.2, )",
"resolved": "21.1.2",
"contentHash": "w9BAhBhV+KVz8cob8PpBTJa9RZqT4H7oAGK99TNS2zRtWCi/EY+L+w3riP/3Vr+Ws9tec7g6rhp0wv7Tw4lV3A==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "21.1.1",
"TestableIO.System.IO.Abstractions.Wrappers": "21.1.1"
"TestableIO.System.IO.Abstractions": "21.1.2",
"TestableIO.System.IO.Abstractions.Wrappers": "21.1.2"
}
},
"Azure.Core": {
Expand Down Expand Up @@ -1532,8 +1532,8 @@
},
"TestableIO.System.IO.Abstractions": {
"type": "Transitive",
"resolved": "21.1.1",
"contentHash": "rOpwfPzkMnXEm1tXzCuFAIcB5vEy2WQJ4vZ4ixAHv6UE95ddYeJ6JJh4rg/3fmf+5ewit9Oful6POUjnbOkang=="
"resolved": "21.1.2",
"contentHash": "MnAzDK9GbSU+NsgruBbc9UPbGmJcObG7qNzI6rMZ4zrveh/kFblPeUiJD/dgeWHhhnYar3jSQEYzr4qJix8Xig=="
},
"stryker": {
"type": "Project",
Expand Down Expand Up @@ -1561,11 +1561,11 @@
"Serilog.Sinks.Console": "[6.0.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.49.1, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Configuration": "[4.3.0, )",
"Stryker.DataCollector": "[4.3.0, )",
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Configuration": "[1.0.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.Regex.Parser": "[1.0.0, )",
"Stryker.RegexMutators": "[4.3.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1578,7 +1578,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.11.1, )",
"Serilog": "[4.1.0, )",
"Stryker.Utilities": "[4.3.0, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1589,8 +1589,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.1.0, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Utilities": "[4.3.0, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down Expand Up @@ -1867,10 +1867,10 @@
"TestableIO.System.IO.Abstractions.Wrappers": {
"type": "CentralTransitive",
"requested": "[21.1.1, )",
"resolved": "21.1.1",
"contentHash": "BVymeYb9xqUdffJq9zqVyGglyQDi8QXv+VYUM0Z9Mrfau+rFFGk6GmFhEiCC3TIGOfDSIFWFUPWzxXHXjWmXIQ==",
"resolved": "21.1.2",
"contentHash": "xe/ZdK+9PvLyYV/GIwU2M84bSfsYz/aYHFb43JXXJVo/Xu5EFXhDDkTlSVPFrypjFT4TiKi//EHxZfD4Uu6SIg==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "21.1.1"
"TestableIO.System.IO.Abstractions": "21.1.2"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Stryker.Core/Stryker.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.11.1, )",
"Serilog": "[4.1.0, )",
"Stryker.Utilities": "[4.3.0, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand All @@ -1577,8 +1577,8 @@
"Microsoft.CodeAnalysis.CSharp": "[4.11.0, )",
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Serilog": "[4.1.0, )",
"Stryker.Abstractions": "[4.3.0, )",
"Stryker.Utilities": "[4.3.0, )"
"Stryker.Abstractions": "[1.0.0, )",
"Stryker.Utilities": "[1.0.0, )"
}
},
"stryker.datacollector": {
Expand Down
2 changes: 1 addition & 1 deletion src/Stryker.Options/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@
"Microsoft.CodeAnalysis.Common": "[4.11.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.11.1, )",
"Serilog": "[4.1.0, )",
"Stryker.Utilities": "[4.3.0, )",
"Stryker.Utilities": "[1.0.0, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.1.1, )"
}
},
Expand Down

0 comments on commit 8d9b8aa

Please sign in to comment.