From 84003cb79391220f449d22292fb70eb96ecff0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:01:02 +0000 Subject: [PATCH] Bump playwright from 1.46.1 to 1.55.1 in /ci Bumps [playwright](https://github.com/microsoft/playwright) from 1.46.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/package.json | 2 +- ci/pnpm-lock.yaml | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ci/package.json b/ci/package.json index 0447a00..fe54329 100644 --- a/ci/package.json +++ b/ci/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@playwright/test": "^1.46.1", - "playwright": "^1.46.1", + "playwright": "^1.55.1", "serve": "^14.2.3" } } diff --git a/ci/pnpm-lock.yaml b/ci/pnpm-lock.yaml index 9e0ccfb..c2d1ad1 100644 --- a/ci/pnpm-lock.yaml +++ b/ci/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^1.46.1 version: 1.46.1 playwright: - specifier: ^1.46.1 - version: 1.46.1 + specifier: ^1.55.1 + version: 1.55.1 serve: specifier: ^14.2.3 version: 14.2.3 @@ -413,6 +413,12 @@ packages: hasBin: true dev: false + /playwright-core@1.55.1: + resolution: {integrity: sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==} + engines: {node: '>=18'} + hasBin: true + dev: false + /playwright@1.46.1: resolution: {integrity: sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==} engines: {node: '>=18'} @@ -423,6 +429,16 @@ packages: fsevents: 2.3.2 dev: false + /playwright@1.55.1: + resolution: {integrity: sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==} + engines: {node: '>=18'} + hasBin: true + dependencies: + playwright-core: 1.55.1 + optionalDependencies: + fsevents: 2.3.2 + dev: false + /punycode@1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} dev: false