Skip to content

Commit a2db98f

Browse files
Bump playwright from 1.47.2 to 1.55.1
Bumps [playwright](https://github.com/microsoft/playwright) from 1.47.2 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.2...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1ccbbe commit a2db98f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/react": "^18.3.11",
5151
"eslint": "^9.25.1",
5252
"eslint-config-next": "15.3.3",
53-
"playwright": "^1.47.2",
53+
"playwright": "^1.55.1",
5454
"typescript": ">=5.9.2",
5555
"webpack": "^5.101.0"
5656
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4280,17 +4280,17 @@ picomatch@^2.3.1:
42804280
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
42814281
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
42824282

4283-
playwright-core@1.47.2:
4284-
version "1.47.2"
4285-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz"
4286-
integrity sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==
4283+
playwright-core@1.55.1:
4284+
version "1.55.1"
4285+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
4286+
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
42874287

4288-
playwright@^1.47.2:
4289-
version "1.47.2"
4290-
resolved "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz"
4291-
integrity sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==
4288+
playwright@^1.55.1:
4289+
version "1.55.1"
4290+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
4291+
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
42924292
dependencies:
4293-
playwright-core "1.47.2"
4293+
playwright-core "1.55.1"
42944294
optionalDependencies:
42954295
fsevents "2.3.2"
42964296

0 commit comments

Comments
 (0)