Skip to content

Commit 87c27a9

Browse files
chore(deps): update dependency microsoft.playwright to 1.59.0
1 parent be18d33 commit 87c27a9

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
1616
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.5" />
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
18-
<PackageVersion Include="Microsoft.Playwright" Version="1.58.0" />
18+
<PackageVersion Include="Microsoft.Playwright" Version="1.59.0" />
1919
<PackageVersion Include="mu88.Shared" Version="8.0.0" />
2020
<PackageVersion Include="NSubstitute" Version="5.3.0" />
2121
<PackageVersion Include="NUnit" Version="4.5.1" />

src/ScreenshotCreator.Api/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"dependencies": {
144144
"Magick.NET-Q16-AnyCPU": "[14.12.0, )",
145145
"Microsoft.Bcl.TimeProvider": "[10.0.5, )",
146-
"Microsoft.Playwright": "[1.58.0, )",
146+
"Microsoft.Playwright": "[1.59.0, )",
147147
"mu88.Shared": "[8.0.0, )"
148148
}
149149
},
@@ -164,9 +164,9 @@
164164
},
165165
"Microsoft.Playwright": {
166166
"type": "CentralTransitive",
167-
"requested": "[1.58.0, )",
168-
"resolved": "1.58.0",
169-
"contentHash": "LYLB00NUTzdY3NEN+fOQcxNuVALoGJMMWZYQINGBs4MfsKcTvr6WKoAmSsT5D4pPOOnN8uAyushEzoQ8qUEb0w==",
167+
"requested": "[1.59.0, )",
168+
"resolved": "1.59.0",
169+
"contentHash": "igqHbZMmXI6cYNPg1X1o5/51U3CQp83lvvov/d/zmus2wlG1LjvpEL6i1Jx51pRahPtSyppvwq+ZoBfxeSjiew==",
170170
"dependencies": {
171171
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
172172
"System.ComponentModel.Annotations": "5.0.0"

src/ScreenshotCreator.Logic/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"Microsoft.Playwright": {
4040
"type": "Direct",
41-
"requested": "[1.58.0, )",
42-
"resolved": "1.58.0",
43-
"contentHash": "LYLB00NUTzdY3NEN+fOQcxNuVALoGJMMWZYQINGBs4MfsKcTvr6WKoAmSsT5D4pPOOnN8uAyushEzoQ8qUEb0w==",
41+
"requested": "[1.59.0, )",
42+
"resolved": "1.59.0",
43+
"contentHash": "igqHbZMmXI6cYNPg1X1o5/51U3CQp83lvvov/d/zmus2wlG1LjvpEL6i1Jx51pRahPtSyppvwq+ZoBfxeSjiew==",
4444
"dependencies": {
4545
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
4646
"System.ComponentModel.Annotations": "5.0.0"

tests/Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
"Microsoft.Bcl.TimeProvider": "[10.0.5, )",
778778
"Microsoft.Extensions.Logging.Abstractions": "[10.0.5, )",
779779
"Microsoft.Extensions.Options": "[10.0.5, )",
780-
"Microsoft.Playwright": "[1.58.0, )",
780+
"Microsoft.Playwright": "[1.59.0, )",
781781
"mu88.Shared": "[8.0.0, )"
782782
}
783783
},
@@ -811,9 +811,9 @@
811811
},
812812
"Microsoft.Playwright": {
813813
"type": "CentralTransitive",
814-
"requested": "[1.58.0, )",
815-
"resolved": "1.58.0",
816-
"contentHash": "LYLB00NUTzdY3NEN+fOQcxNuVALoGJMMWZYQINGBs4MfsKcTvr6WKoAmSsT5D4pPOOnN8uAyushEzoQ8qUEb0w==",
814+
"requested": "[1.59.0, )",
815+
"resolved": "1.59.0",
816+
"contentHash": "igqHbZMmXI6cYNPg1X1o5/51U3CQp83lvvov/d/zmus2wlG1LjvpEL6i1Jx51pRahPtSyppvwq+ZoBfxeSjiew==",
817817
"dependencies": {
818818
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
819819
"System.ComponentModel.Annotations": "5.0.0"

0 commit comments

Comments
 (0)