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 (#3099)

* chore(deps): update dependency testableio.system.io.abstractions.testinghelpers to 21.1.2

* Update package lock files

---------

Co-authored-by: Renovatebot <renovatebot@stryker-mutator.io>
Co-authored-by: Rouke Broersma <rouke.broersma@infosupport.com>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent 67a02f2 commit c5ace0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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>
10 changes: 5 additions & 5 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
10 changes: 5 additions & 5 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

0 comments on commit c5ace0d

Please sign in to comment.