Skip to content

Commit 11c3334

Browse files
Bump System.IO.Abstractions from 19.2.4 to 19.2.11 (Azure#10433)
* Bump System.IO.Abstractions from 19.2.4 to 19.2.11 Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.2.4 to 19.2.11. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.2.4...v19.2.11) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix dotnet lockfiles --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Martin <[email protected]>
1 parent c22d879 commit 11c3334

File tree

21 files changed

+131
-131
lines changed

21 files changed

+131
-131
lines changed

src/Bicep.Cli.IntegrationTests/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,11 +1125,11 @@
11251125
},
11261126
"System.IO.Abstractions": {
11271127
"type": "Transitive",
1128-
"resolved": "19.2.4",
1129-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
1128+
"resolved": "19.2.11",
1129+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
11301130
"dependencies": {
1131-
"TestableIO.System.IO.Abstractions": "19.2.4",
1132-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
1131+
"TestableIO.System.IO.Abstractions": "19.2.11",
1132+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
11331133
}
11341134
},
11351135
"System.IO.Abstractions.TestingHelpers": {
@@ -2002,7 +2002,7 @@
20022002
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
20032003
"Newtonsoft.Json": "[13.0.3, )",
20042004
"System.Collections.Immutable": "[7.0.0, )",
2005-
"System.IO.Abstractions": "[19.2.4, )",
2005+
"System.IO.Abstractions": "[19.2.11, )",
20062006
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
20072007
}
20082008
},

src/Bicep.Cli.UnitTests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,11 @@
973973
},
974974
"System.IO.Abstractions": {
975975
"type": "Transitive",
976-
"resolved": "19.2.4",
977-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
976+
"resolved": "19.2.11",
977+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
978978
"dependencies": {
979-
"TestableIO.System.IO.Abstractions": "19.2.4",
980-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
979+
"TestableIO.System.IO.Abstractions": "19.2.11",
980+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
981981
}
982982
},
983983
"System.IO.Compression": {
@@ -1779,15 +1779,15 @@
17791779
},
17801780
"TestableIO.System.IO.Abstractions": {
17811781
"type": "Transitive",
1782-
"resolved": "19.2.4",
1783-
"contentHash": "VS97RgZwZswoBHwCNUurFr6OWa/oSmRWj9bYIe1JLpPo4EB8uX+jLNowNfx34MP3AooPFbnTVXUzM5vNBtVORA=="
1782+
"resolved": "19.2.11",
1783+
"contentHash": "xxrLhkHNrGBaan/l82mSw446L4VKjmtdiZv4z7CXHsm0ka3xEwXZVxsjxhzOrK3aj703EoCfPMVCz+SiALrkbA=="
17841784
},
17851785
"TestableIO.System.IO.Abstractions.Wrappers": {
17861786
"type": "Transitive",
1787-
"resolved": "19.2.4",
1788-
"contentHash": "n4GbToLpyV2YB9UBryMu7Mzdc3dA5CYpYR3D2SuV6CtR8D4PszG5jA4XEXxWzThRFr7RNOfI3+eVUtuXzlwjDg==",
1787+
"resolved": "19.2.11",
1788+
"contentHash": "Ck3YdnuympYCu2Qox8vsQXyU0xuGVpgONXWx2sjt/8LvmlO7qp8ctTByQMURaQTmd9s99HFv6XY6M2w1TcovLA==",
17891789
"dependencies": {
1790-
"TestableIO.System.IO.Abstractions": "19.2.4"
1790+
"TestableIO.System.IO.Abstractions": "19.2.11"
17911791
}
17921792
},
17931793
"WindowsAzure.Storage": {
@@ -1818,7 +1818,7 @@
18181818
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
18191819
"Newtonsoft.Json": "[13.0.3, )",
18201820
"System.Collections.Immutable": "[7.0.0, )",
1821-
"System.IO.Abstractions": "[19.2.4, )",
1821+
"System.IO.Abstractions": "[19.2.11, )",
18221822
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
18231823
}
18241824
},

src/Bicep.Cli/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -915,11 +915,11 @@
915915
},
916916
"System.IO.Abstractions": {
917917
"type": "Transitive",
918-
"resolved": "19.2.4",
919-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
918+
"resolved": "19.2.11",
919+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
920920
"dependencies": {
921-
"TestableIO.System.IO.Abstractions": "19.2.4",
922-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
921+
"TestableIO.System.IO.Abstractions": "19.2.11",
922+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
923923
}
924924
},
925925
"System.IO.Compression": {
@@ -1716,15 +1716,15 @@
17161716
},
17171717
"TestableIO.System.IO.Abstractions": {
17181718
"type": "Transitive",
1719-
"resolved": "19.2.4",
1720-
"contentHash": "VS97RgZwZswoBHwCNUurFr6OWa/oSmRWj9bYIe1JLpPo4EB8uX+jLNowNfx34MP3AooPFbnTVXUzM5vNBtVORA=="
1719+
"resolved": "19.2.11",
1720+
"contentHash": "xxrLhkHNrGBaan/l82mSw446L4VKjmtdiZv4z7CXHsm0ka3xEwXZVxsjxhzOrK3aj703EoCfPMVCz+SiALrkbA=="
17211721
},
17221722
"TestableIO.System.IO.Abstractions.Wrappers": {
17231723
"type": "Transitive",
1724-
"resolved": "19.2.4",
1725-
"contentHash": "n4GbToLpyV2YB9UBryMu7Mzdc3dA5CYpYR3D2SuV6CtR8D4PszG5jA4XEXxWzThRFr7RNOfI3+eVUtuXzlwjDg==",
1724+
"resolved": "19.2.11",
1725+
"contentHash": "Ck3YdnuympYCu2Qox8vsQXyU0xuGVpgONXWx2sjt/8LvmlO7qp8ctTByQMURaQTmd9s99HFv6XY6M2w1TcovLA==",
17261726
"dependencies": {
1727-
"TestableIO.System.IO.Abstractions": "19.2.4"
1727+
"TestableIO.System.IO.Abstractions": "19.2.11"
17281728
}
17291729
},
17301730
"WindowsAzure.Storage": {
@@ -1755,7 +1755,7 @@
17551755
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
17561756
"Newtonsoft.Json": "[13.0.3, )",
17571757
"System.Collections.Immutable": "[7.0.0, )",
1758-
"System.IO.Abstractions": "[19.2.4, )",
1758+
"System.IO.Abstractions": "[19.2.11, )",
17591759
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
17601760
}
17611761
},

src/Bicep.Core.IntegrationTests/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,11 +1125,11 @@
11251125
},
11261126
"System.IO.Abstractions": {
11271127
"type": "Transitive",
1128-
"resolved": "19.2.4",
1129-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
1128+
"resolved": "19.2.11",
1129+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
11301130
"dependencies": {
1131-
"TestableIO.System.IO.Abstractions": "19.2.4",
1132-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
1131+
"TestableIO.System.IO.Abstractions": "19.2.11",
1132+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
11331133
}
11341134
},
11351135
"System.IO.Abstractions.TestingHelpers": {
@@ -2002,7 +2002,7 @@
20022002
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
20032003
"Newtonsoft.Json": "[13.0.3, )",
20042004
"System.Collections.Immutable": "[7.0.0, )",
2005-
"System.IO.Abstractions": "[19.2.4, )",
2005+
"System.IO.Abstractions": "[19.2.11, )",
20062006
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
20072007
}
20082008
},

src/Bicep.Core.Samples/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,11 +1125,11 @@
11251125
},
11261126
"System.IO.Abstractions": {
11271127
"type": "Transitive",
1128-
"resolved": "19.2.4",
1129-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
1128+
"resolved": "19.2.11",
1129+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
11301130
"dependencies": {
1131-
"TestableIO.System.IO.Abstractions": "19.2.4",
1132-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
1131+
"TestableIO.System.IO.Abstractions": "19.2.11",
1132+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
11331133
}
11341134
},
11351135
"System.IO.Abstractions.TestingHelpers": {
@@ -2002,7 +2002,7 @@
20022002
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
20032003
"Newtonsoft.Json": "[13.0.3, )",
20042004
"System.Collections.Immutable": "[7.0.0, )",
2005-
"System.IO.Abstractions": "[19.2.4, )",
2005+
"System.IO.Abstractions": "[19.2.11, )",
20062006
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
20072007
}
20082008
},

src/Bicep.Core.UnitTests/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,11 +1142,11 @@
11421142
},
11431143
"System.IO.Abstractions": {
11441144
"type": "Transitive",
1145-
"resolved": "19.2.4",
1146-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
1145+
"resolved": "19.2.11",
1146+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
11471147
"dependencies": {
1148-
"TestableIO.System.IO.Abstractions": "19.2.4",
1149-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
1148+
"TestableIO.System.IO.Abstractions": "19.2.11",
1149+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
11501150
}
11511151
},
11521152
"System.IO.Compression": {
@@ -2011,7 +2011,7 @@
20112011
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
20122012
"Newtonsoft.Json": "[13.0.3, )",
20132013
"System.Collections.Immutable": "[7.0.0, )",
2014-
"System.IO.Abstractions": "[19.2.4, )",
2014+
"System.IO.Abstractions": "[19.2.11, )",
20152015
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
20162016
}
20172017
},

src/Bicep.Core/Bicep.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Azure.Bicep.Types" Version="0.3.99" />
4242
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.407" />
4343
<PackageReference Include="Azure.Bicep.Types.K8s" Version="0.1.233" />
44-
<PackageReference Include="System.IO.Abstractions" Version="19.2.4" />
44+
<PackageReference Include="System.IO.Abstractions" Version="19.2.11" />
4545
<PackageReference Include="System.Text.Json" Version="8.0.0-preview.2.23128.3" />
4646
<PackageReference Include="Azure.Bicep.Internal.RoslynAnalyzers" Version="0.1.31" PrivateAssets="all" />
4747
</ItemGroup>

src/Bicep.Core/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@
203203
},
204204
"System.IO.Abstractions": {
205205
"type": "Direct",
206-
"requested": "[19.2.4, )",
207-
"resolved": "19.2.4",
208-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
206+
"requested": "[19.2.11, )",
207+
"resolved": "19.2.11",
208+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
209209
"dependencies": {
210-
"TestableIO.System.IO.Abstractions": "19.2.4",
211-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
210+
"TestableIO.System.IO.Abstractions": "19.2.11",
211+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
212212
}
213213
},
214214
"System.Text.Json": {
@@ -1707,15 +1707,15 @@
17071707
},
17081708
"TestableIO.System.IO.Abstractions": {
17091709
"type": "Transitive",
1710-
"resolved": "19.2.4",
1711-
"contentHash": "VS97RgZwZswoBHwCNUurFr6OWa/oSmRWj9bYIe1JLpPo4EB8uX+jLNowNfx34MP3AooPFbnTVXUzM5vNBtVORA=="
1710+
"resolved": "19.2.11",
1711+
"contentHash": "xxrLhkHNrGBaan/l82mSw446L4VKjmtdiZv4z7CXHsm0ka3xEwXZVxsjxhzOrK3aj703EoCfPMVCz+SiALrkbA=="
17121712
},
17131713
"TestableIO.System.IO.Abstractions.Wrappers": {
17141714
"type": "Transitive",
1715-
"resolved": "19.2.4",
1716-
"contentHash": "n4GbToLpyV2YB9UBryMu7Mzdc3dA5CYpYR3D2SuV6CtR8D4PszG5jA4XEXxWzThRFr7RNOfI3+eVUtuXzlwjDg==",
1715+
"resolved": "19.2.11",
1716+
"contentHash": "Ck3YdnuympYCu2Qox8vsQXyU0xuGVpgONXWx2sjt/8LvmlO7qp8ctTByQMURaQTmd9s99HFv6XY6M2w1TcovLA==",
17171717
"dependencies": {
1718-
"TestableIO.System.IO.Abstractions": "19.2.4"
1718+
"TestableIO.System.IO.Abstractions": "19.2.11"
17191719
}
17201720
},
17211721
"WindowsAzure.Storage": {

src/Bicep.Decompiler.IntegrationTests/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,11 +1130,11 @@
11301130
},
11311131
"System.IO.Abstractions": {
11321132
"type": "Transitive",
1133-
"resolved": "19.2.4",
1134-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
1133+
"resolved": "19.2.11",
1134+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
11351135
"dependencies": {
1136-
"TestableIO.System.IO.Abstractions": "19.2.4",
1137-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
1136+
"TestableIO.System.IO.Abstractions": "19.2.11",
1137+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
11381138
}
11391139
},
11401140
"System.IO.Abstractions.TestingHelpers": {
@@ -2007,7 +2007,7 @@
20072007
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
20082008
"Newtonsoft.Json": "[13.0.3, )",
20092009
"System.Collections.Immutable": "[7.0.0, )",
2010-
"System.IO.Abstractions": "[19.2.4, )",
2010+
"System.IO.Abstractions": "[19.2.11, )",
20112011
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
20122012
}
20132013
},

src/Bicep.Decompiler.UnitTests/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,11 +1130,11 @@
11301130
},
11311131
"System.IO.Abstractions": {
11321132
"type": "Transitive",
1133-
"resolved": "19.2.4",
1134-
"contentHash": "C+56GpvZlWAlBQidoGLKetnPJjLNhp2iHXvtxUSPcDveYqVl7OSFiXZe+98xDtc8XMmPwi5ZivHZyKogfbBaJw==",
1133+
"resolved": "19.2.11",
1134+
"contentHash": "q4hSqxyeh5281hv3TZEatX5HtYqzm0Wy0VUUa4jgdBZh4lSfBvWBVTCZRhtbLXBo+mbndW/yyAgsxY06z5B2yA==",
11351135
"dependencies": {
1136-
"TestableIO.System.IO.Abstractions": "19.2.4",
1137-
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.4"
1136+
"TestableIO.System.IO.Abstractions": "19.2.11",
1137+
"TestableIO.System.IO.Abstractions.Wrappers": "19.2.11"
11381138
}
11391139
},
11401140
"System.IO.Abstractions.TestingHelpers": {
@@ -2007,7 +2007,7 @@
20072007
"Microsoft.Extensions.Configuration.Json": "[7.0.0, )",
20082008
"Newtonsoft.Json": "[13.0.3, )",
20092009
"System.Collections.Immutable": "[7.0.0, )",
2010-
"System.IO.Abstractions": "[19.2.4, )",
2010+
"System.IO.Abstractions": "[19.2.11, )",
20112011
"System.Text.Json": "[8.0.0-preview.2.23128.3, )"
20122012
}
20132013
},

0 commit comments

Comments
 (0)