File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 38
38
"@playwright/test" : " ^1.55.0" ,
39
39
"@types/node" : " ^24.3.1" ,
40
40
"nuxt-fathom" : " ^0.0.3" ,
41
- "playwright" : " ^1.53.2 " ,
41
+ "playwright" : " ^1.55.1 " ,
42
42
"tailwindcss" : " ^4.1.11"
43
43
},
44
44
"packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
Original file line number Diff line number Diff line change @@ -5507,7 +5507,12 @@ playwright-core@1.55.0:
5507
5507
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.0.tgz#ec8a9f8ef118afb3e86e0f46f1393e3bea32adf4"
5508
5508
integrity sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==
5509
5509
5510
- playwright@1.55.0, playwright@^1.53.2 :
5510
+ playwright-core@1.55.1 :
5511
+ version "1.55.1"
5512
+ resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
5513
+ integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
5514
+
5515
+ playwright@1.55.0 :
5511
5516
version "1.55.0"
5512
5517
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.0.tgz#7aca7ac3ffd9e083a8ad8b2514d6f9ba401cc78b"
5513
5518
integrity sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==
@@ -5516,6 +5521,15 @@ playwright@1.55.0, playwright@^1.53.2:
5516
5521
optionalDependencies :
5517
5522
fsevents "2.3.2"
5518
5523
5524
+ playwright@^1.55.1 :
5525
+ version "1.55.1"
5526
+ resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
5527
+ integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
5528
+ dependencies :
5529
+ playwright-core "1.55.1"
5530
+ optionalDependencies :
5531
+ fsevents "2.3.2"
5532
+
5519
5533
pluralize@^8.0.0 :
5520
5534
version "8.0.0"
5521
5535
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz"
You can’t perform that action at this time.
0 commit comments