Skip to content

Commit d76188b

Browse files
Bump System.IO.Abstractions from 22.0.12 to 22.0.13
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 22.0.12 to 22.0.13. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v22.0.12...v22.0.13) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-version: 22.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6000ac5 commit d76188b

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@
218218
},
219219
"System.IO.Abstractions": {
220220
"type": "Transitive",
221-
"resolved": "22.0.12",
222-
"contentHash": "6zDaRj9ZDao6g3OBlu0BCC11omEkSdvr1p/mrUNXrWpZnqVfQOzHbfXuAd0jbM+uXGkTq3jPA2RevPJiAQR9Ig==",
221+
"resolved": "22.0.13",
222+
"contentHash": "TE3t0kybv17Fb+N5zCpGIEZc7N/aqIsBLetLsqWYeqwOiCVSkUVfWly8h0kp/nsWfaKrO90AsJfLsovzQoIVsg==",
223223
"dependencies": {
224-
"TestableIO.System.IO.Abstractions": "22.0.12",
225-
"TestableIO.System.IO.Abstractions.Wrappers": "22.0.12"
224+
"TestableIO.System.IO.Abstractions": "22.0.13",
225+
"TestableIO.System.IO.Abstractions.Wrappers": "22.0.13"
226226
}
227227
},
228228
"System.Reflection.Metadata": {
@@ -264,16 +264,16 @@
264264
},
265265
"TestableIO.System.IO.Abstractions": {
266266
"type": "Transitive",
267-
"resolved": "22.0.12",
268-
"contentHash": "8V3+Ulf8jhhqy0PGJikM+bEebI2o07sgqK8DsFDHavq1sqhewCvih97J+sSsr1Xt2hDBwl8CCs7fg+xkddYqXA==",
267+
"resolved": "22.0.13",
268+
"contentHash": "4fZViWZ0+QOJT+rou7+uwV1r0YT204VjYIJeOxu6KkjAZGY9hRmcwT7rUDYwSypNiOrsM5bn7aXzvv2t0acVMw==",
269269
"dependencies": {
270270
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
271271
}
272272
},
273273
"TestableIO.System.IO.Abstractions.Wrappers": {
274274
"type": "Transitive",
275-
"resolved": "22.0.12",
276-
"contentHash": "pu9OwvRInYnwNxgtEdlL3PMYwKgx2X81TAsgIwes3nnqTDjtWgb0uxcWUfxBGJd59/cvu3bi2IpfM0Au38+UKQ==",
275+
"resolved": "22.0.13",
276+
"contentHash": "IdkOdnhmiK7wR3ObL/nUomw2tfEKtykUSefIhTOo6IhdBuywtbwj6F3zoXC/7KCD/7QxxP2jfax4s38daBQeMQ==",
277277
"dependencies": {
278278
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
279279
}
@@ -288,7 +288,7 @@
288288
"dependencies": {
289289
"Azure.Bicep.Types": "[0.5.110, )",
290290
"CommandLineParser": "[2.9.1, )",
291-
"System.IO.Abstractions": "[22.0.12, )"
291+
"System.IO.Abstractions": "[22.0.13, )"
292292
}
293293
},
294294
"testhelpers": {

src/TemplateRefGenerator/TemplateRefGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<ItemGroup>
1414
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1515
<PackageReference Include="Azure.Bicep.Types" Version="0.5.110" />
16-
<PackageReference Include="System.IO.Abstractions" Version="22.0.12" />
16+
<PackageReference Include="System.IO.Abstractions" Version="22.0.13" />
1717
</ItemGroup>
1818
</Project>

src/TemplateRefGenerator/packages.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
},
4242
"System.IO.Abstractions": {
4343
"type": "Direct",
44-
"requested": "[22.0.12, )",
45-
"resolved": "22.0.12",
46-
"contentHash": "6zDaRj9ZDao6g3OBlu0BCC11omEkSdvr1p/mrUNXrWpZnqVfQOzHbfXuAd0jbM+uXGkTq3jPA2RevPJiAQR9Ig==",
44+
"requested": "[22.0.13, )",
45+
"resolved": "22.0.13",
46+
"contentHash": "TE3t0kybv17Fb+N5zCpGIEZc7N/aqIsBLetLsqWYeqwOiCVSkUVfWly8h0kp/nsWfaKrO90AsJfLsovzQoIVsg==",
4747
"dependencies": {
48-
"TestableIO.System.IO.Abstractions": "22.0.12",
49-
"TestableIO.System.IO.Abstractions.Wrappers": "22.0.12"
48+
"TestableIO.System.IO.Abstractions": "22.0.13",
49+
"TestableIO.System.IO.Abstractions.Wrappers": "22.0.13"
5050
}
5151
},
5252
"Microsoft.Build.Tasks.Git": {
@@ -66,16 +66,16 @@
6666
},
6767
"TestableIO.System.IO.Abstractions": {
6868
"type": "Transitive",
69-
"resolved": "22.0.12",
70-
"contentHash": "8V3+Ulf8jhhqy0PGJikM+bEebI2o07sgqK8DsFDHavq1sqhewCvih97J+sSsr1Xt2hDBwl8CCs7fg+xkddYqXA==",
69+
"resolved": "22.0.13",
70+
"contentHash": "4fZViWZ0+QOJT+rou7+uwV1r0YT204VjYIJeOxu6KkjAZGY9hRmcwT7rUDYwSypNiOrsM5bn7aXzvv2t0acVMw==",
7171
"dependencies": {
7272
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
7373
}
7474
},
7575
"TestableIO.System.IO.Abstractions.Wrappers": {
7676
"type": "Transitive",
77-
"resolved": "22.0.12",
78-
"contentHash": "pu9OwvRInYnwNxgtEdlL3PMYwKgx2X81TAsgIwes3nnqTDjtWgb0uxcWUfxBGJd59/cvu3bi2IpfM0Au38+UKQ==",
77+
"resolved": "22.0.13",
78+
"contentHash": "IdkOdnhmiK7wR3ObL/nUomw2tfEKtykUSefIhTOo6IhdBuywtbwj6F3zoXC/7KCD/7QxxP2jfax4s38daBQeMQ==",
7979
"dependencies": {
8080
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
8181
}

0 commit comments

Comments
 (0)