Skip to content

Commit 690af08

Browse files
Update dependency Verify.Xunit to 30.10.0 (#1235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b6c3b9 commit 690af08

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/Cake.Issues.PullRequests.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@
6565
},
6666
"Verify.Xunit": {
6767
"type": "Direct",
68-
"requested": "[30.8.0, )",
69-
"resolved": "30.8.0",
70-
"contentHash": "rZkC3uONK4ixMuA5UMTdBwTHb71AXFijqqoIXP8nOccmZCWxBkAOJf4d9GZR0kboGBTUkypMoaK6hnxqJEzDrg==",
68+
"requested": "[30.10.0, )",
69+
"resolved": "30.10.0",
70+
"contentHash": "qWlVW4h9onB31B3TJPVB7hs4bvO6ts8prnix0IDpBuOkEXuSP/2cE3iA2l3rC065X94yCOYUyENYKOLAyjJyDA==",
7171
"dependencies": {
7272
"Argon": "0.30.1",
7373
"DiffEngine": "16.2.3",
7474
"SimpleInfoName": "3.1.2",
75-
"Verify": "30.8.0",
75+
"Verify": "30.10.0",
7676
"xunit.abstractions": "2.0.3",
7777
"xunit.extensibility.execution": "2.9.3"
7878
}
@@ -234,8 +234,8 @@
234234
},
235235
"Verify": {
236236
"type": "Transitive",
237-
"resolved": "30.8.0",
238-
"contentHash": "pErRGWgG4Tf1GvC1Hw+l5ZSroC/JmuWAhOusloUcnw+tQo3JGi6wP2NLXI6JQYNW8K4yhAWsNelQQvfIcMQavQ==",
237+
"resolved": "30.10.0",
238+
"contentHash": "4Th+AeZK+JRIJGU5Aa5gibQ3pIJZ//B5AyTY0dtTDK394HpyKQOQfn0jklD4qZX4ThQKcz0pkad6z2cpSjBo4w==",
239239
"dependencies": {
240240
"Argon": "0.30.1",
241241
"DiffEngine": "16.2.3",
@@ -402,14 +402,14 @@
402402
},
403403
"Verify.Xunit": {
404404
"type": "Direct",
405-
"requested": "[30.8.0, )",
406-
"resolved": "30.8.0",
407-
"contentHash": "rZkC3uONK4ixMuA5UMTdBwTHb71AXFijqqoIXP8nOccmZCWxBkAOJf4d9GZR0kboGBTUkypMoaK6hnxqJEzDrg==",
405+
"requested": "[30.10.0, )",
406+
"resolved": "30.10.0",
407+
"contentHash": "qWlVW4h9onB31B3TJPVB7hs4bvO6ts8prnix0IDpBuOkEXuSP/2cE3iA2l3rC065X94yCOYUyENYKOLAyjJyDA==",
408408
"dependencies": {
409409
"Argon": "0.30.1",
410410
"DiffEngine": "16.2.3",
411411
"SimpleInfoName": "3.1.2",
412-
"Verify": "30.8.0",
412+
"Verify": "30.10.0",
413413
"xunit.abstractions": "2.0.3",
414414
"xunit.extensibility.execution": "2.9.3"
415415
}
@@ -571,8 +571,8 @@
571571
},
572572
"Verify": {
573573
"type": "Transitive",
574-
"resolved": "30.8.0",
575-
"contentHash": "pErRGWgG4Tf1GvC1Hw+l5ZSroC/JmuWAhOusloUcnw+tQo3JGi6wP2NLXI6JQYNW8K4yhAWsNelQQvfIcMQavQ==",
574+
"resolved": "30.10.0",
575+
"contentHash": "4Th+AeZK+JRIJGU5Aa5gibQ3pIJZ//B5AyTY0dtTDK394HpyKQOQfn0jklD4qZX4ThQKcz0pkad6z2cpSjBo4w==",
576576
"dependencies": {
577577
"Argon": "0.30.1",
578578
"DiffEngine": "16.2.3",

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageVersion Include="Spectre.Console" Version="0.50.0" />
2121
<PackageVersion Include="Spectre.Console.Analyzer" Version="1.0.0" />
2222
<PackageVersion Include="Spectre.Console.Testing" Version="0.50.0" />
23-
<PackageVersion Include="Verify.Xunit" Version="30.8.0" />
23+
<PackageVersion Include="Verify.Xunit" Version="30.10.0" />
2424
<PackageVersion Include="xunit" Version="2.9.3" />
2525
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.23" />
2626
<PackageVersion Include="YamlDotNet" Version="16.3.0" />

0 commit comments

Comments
 (0)