Skip to content

Commit 5f4a7e9

Browse files
chore(deps-dev): bump playwright from 1.55.0 to 1.55.1
Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.0 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.55.0...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c6dd3d commit 5f4a7e9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@playwright/test": "^1.55.0",
3939
"@types/node": "^24.3.1",
4040
"nuxt-fathom": "^0.0.3",
41-
"playwright": "^1.53.2",
41+
"playwright": "^1.55.1",
4242
"tailwindcss": "^4.1.11"
4343
},
4444
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5507,7 +5507,12 @@ playwright-core@1.55.0:
55075507
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.0.tgz#ec8a9f8ef118afb3e86e0f46f1393e3bea32adf4"
55085508
integrity sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==
55095509

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:
55115516
version "1.55.0"
55125517
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.0.tgz#7aca7ac3ffd9e083a8ad8b2514d6f9ba401cc78b"
55135518
integrity sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==
@@ -5516,6 +5521,15 @@ playwright@1.55.0, playwright@^1.53.2:
55165521
optionalDependencies:
55175522
fsevents "2.3.2"
55185523

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+
55195533
pluralize@^8.0.0:
55205534
version "8.0.0"
55215535
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz"

0 commit comments

Comments
 (0)