Skip to content

Commit

Permalink
chore(deps): update dependency testableio.system.io.abstractions.wrap…
Browse files Browse the repository at this point in the history
…pers to v21 (#2885)

* chore(deps): update dependency testableio.system.io.abstractions.wrappers to v21

* Update package lock files

---------

Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored Mar 17, 2024
1 parent d942fb3 commit 2b67760
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.9.0" />
<PackageVersion Include="Microsoft.TestPlatform.Portable" Version="17.9.0" />
<PackageVersion Include="Microsoft.TestPlatform.TranslationLayer" Version="17.9.0" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.Wrappers" Version="20.0.34" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.0.2" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1560,8 +1560,8 @@
},
"TestableIO.System.IO.Abstractions": {
"type": "Transitive",
"resolved": "20.0.34",
"contentHash": "6Olhp0IhMgOk+18mdHcnt9112gxLCGujoP+GT5wmmahyc8VKSJ55Je66pHzYB/TjW7jFRdaltY2FDa5bx0VFlQ=="
"resolved": "21.0.2",
"contentHash": "ViPtOy4lAlmWq9GDEwiE5C9XSgDGHUWMRvVvruI38pbikUXkgu7xnCVW7PYdQOjS+iWWcQHt+U7oyPedfnWSHg=="
},
"xunit.abstractions": {
"type": "Transitive",
Expand Down Expand Up @@ -1640,7 +1640,7 @@
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[4.0.1, )",
"Stryker.RegexMutators": "[4.0.1, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[20.0.34, )"
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.2, )"
}
},
"stryker.datacollector": {
Expand Down Expand Up @@ -1903,11 +1903,11 @@
},
"TestableIO.System.IO.Abstractions.Wrappers": {
"type": "CentralTransitive",
"requested": "[20.0.34, )",
"resolved": "20.0.34",
"contentHash": "zFqJRWsk02VFs5Mlmp0D5+UrT9IiedkX2TpGlukUm75x3fZNnLL9MdLVEUoZYVlvNtyQUC47vbWNbWDBFwFAAw==",
"requested": "[21.0.2, )",
"resolved": "21.0.2",
"contentHash": "ii6Xgru3ozRaLezwE/lKAPTdE3ES+S3P3ul+QrMxIP10GN+LF0JAi4aWqb8lxzEAwBMSAeK/QipEpVt4KYlTOg==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "20.0.34"
"TestableIO.System.IO.Abstractions": "21.0.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 @@ -1449,8 +1449,8 @@
},
"TestableIO.System.IO.Abstractions": {
"type": "Transitive",
"resolved": "20.0.34",
"contentHash": "6Olhp0IhMgOk+18mdHcnt9112gxLCGujoP+GT5wmmahyc8VKSJ55Je66pHzYB/TjW7jFRdaltY2FDa5bx0VFlQ=="
"resolved": "21.0.2",
"contentHash": "ViPtOy4lAlmWq9GDEwiE5C9XSgDGHUWMRvVvruI38pbikUXkgu7xnCVW7PYdQOjS+iWWcQHt+U7oyPedfnWSHg=="
},
"stryker": {
"type": "Project",
Expand Down Expand Up @@ -1480,7 +1480,7 @@
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[4.0.1, )",
"Stryker.RegexMutators": "[4.0.1, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[20.0.34, )"
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.2, )"
}
},
"stryker.datacollector": {
Expand Down Expand Up @@ -1725,11 +1725,11 @@
},
"TestableIO.System.IO.Abstractions.Wrappers": {
"type": "CentralTransitive",
"requested": "[20.0.34, )",
"resolved": "20.0.34",
"contentHash": "zFqJRWsk02VFs5Mlmp0D5+UrT9IiedkX2TpGlukUm75x3fZNnLL9MdLVEUoZYVlvNtyQUC47vbWNbWDBFwFAAw==",
"requested": "[21.0.2, )",
"resolved": "21.0.2",
"contentHash": "ii6Xgru3ozRaLezwE/lKAPTdE3ES+S3P3ul+QrMxIP10GN+LF0JAi4aWqb8lxzEAwBMSAeK/QipEpVt4KYlTOg==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "20.0.34"
"TestableIO.System.IO.Abstractions": "21.0.2"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,8 @@
},
"TestableIO.System.IO.Abstractions": {
"type": "Transitive",
"resolved": "20.0.34",
"contentHash": "6Olhp0IhMgOk+18mdHcnt9112gxLCGujoP+GT5wmmahyc8VKSJ55Je66pHzYB/TjW7jFRdaltY2FDa5bx0VFlQ=="
"resolved": "21.0.2",
"contentHash": "ViPtOy4lAlmWq9GDEwiE5C9XSgDGHUWMRvVvruI38pbikUXkgu7xnCVW7PYdQOjS+iWWcQHt+U7oyPedfnWSHg=="
},
"Validation": {
"type": "Transitive",
Expand Down Expand Up @@ -1607,7 +1607,7 @@
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[4.0.1, )",
"Stryker.RegexMutators": "[4.0.1, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[20.0.34, )"
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.2, )"
}
},
"stryker.datacollector": {
Expand Down Expand Up @@ -1852,11 +1852,11 @@
},
"TestableIO.System.IO.Abstractions.Wrappers": {
"type": "CentralTransitive",
"requested": "[20.0.34, )",
"resolved": "20.0.34",
"contentHash": "zFqJRWsk02VFs5Mlmp0D5+UrT9IiedkX2TpGlukUm75x3fZNnLL9MdLVEUoZYVlvNtyQUC47vbWNbWDBFwFAAw==",
"requested": "[21.0.2, )",
"resolved": "21.0.2",
"contentHash": "ii6Xgru3ozRaLezwE/lKAPTdE3ES+S3P3ul+QrMxIP10GN+LF0JAi4aWqb8lxzEAwBMSAeK/QipEpVt4KYlTOg==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "20.0.34"
"TestableIO.System.IO.Abstractions": "21.0.2"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Stryker.Core/Stryker.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@
},
"TestableIO.System.IO.Abstractions.Wrappers": {
"type": "Direct",
"requested": "[20.0.34, )",
"resolved": "20.0.34",
"contentHash": "zFqJRWsk02VFs5Mlmp0D5+UrT9IiedkX2TpGlukUm75x3fZNnLL9MdLVEUoZYVlvNtyQUC47vbWNbWDBFwFAAw==",
"requested": "[21.0.2, )",
"resolved": "21.0.2",
"contentHash": "ii6Xgru3ozRaLezwE/lKAPTdE3ES+S3P3ul+QrMxIP10GN+LF0JAi4aWqb8lxzEAwBMSAeK/QipEpVt4KYlTOg==",
"dependencies": {
"TestableIO.System.IO.Abstractions": "20.0.34"
"TestableIO.System.IO.Abstractions": "21.0.2"
}
},
"Azure.Core": {
Expand Down Expand Up @@ -1594,8 +1594,8 @@
},
"TestableIO.System.IO.Abstractions": {
"type": "Transitive",
"resolved": "20.0.34",
"contentHash": "6Olhp0IhMgOk+18mdHcnt9112gxLCGujoP+GT5wmmahyc8VKSJ55Je66pHzYB/TjW7jFRdaltY2FDa5bx0VFlQ=="
"resolved": "21.0.2",
"contentHash": "ViPtOy4lAlmWq9GDEwiE5C9XSgDGHUWMRvVvruI38pbikUXkgu7xnCVW7PYdQOjS+iWWcQHt+U7oyPedfnWSHg=="
},
"stryker.datacollector": {
"type": "Project",
Expand Down

0 comments on commit 2b67760

Please sign in to comment.