From caf1230f1d553b845cf2e25e1df06e3bf5430a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:55:06 +0000 Subject: [PATCH] Bump playwright from 1.17.1 to 1.55.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.17.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.17.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 38 ++++++++++++++++++++++++++------------ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 2826d5d..f4a026a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint-plugin-jsdoc": "^37.1.0", "jest": "^27.4.3", "jest-cli": "^27.4.3", - "playwright": "~1.17.1", + "playwright": "~1.55.1", "rollup": "^2.79.2", "rollup-plugin-sourcemaps": "~0.6.3", "typescript": "~4.5.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e3ef05..98d8d00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: ^27.4.3 version: 27.4.3 playwright: - specifier: ~1.17.1 - version: 1.17.1 + specifier: ~1.55.1 + version: 1.55.1 rollup: specifier: ^2.79.2 version: 2.79.2 @@ -1245,6 +1245,7 @@ packages: eslint@8.4.1: resolution: {integrity: sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.2.0: @@ -1363,6 +1364,11 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} @@ -2128,9 +2134,14 @@ packages: engines: {node: '>=12'} hasBin: true - playwright@1.17.1: - resolution: {integrity: sha512-DisCkW9MblDJNS3rG61p8LiLA2WA7IY/4A4W7DX4BphWe/HuWjKmGQptuk4NVIh5UuSwXpW/jaH2+ZgjHs3GMA==} - engines: {node: '>=12'} + playwright-core@1.55.1: + resolution: {integrity: sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==} + engines: {node: '>=18'} + hasBin: true + + playwright@1.55.1: + resolution: {integrity: sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==} + engines: {node: '>=18'} hasBin: true pngjs@5.0.0: @@ -4222,6 +4233,9 @@ snapshots: fsevents@2.3.2: optional: true + fsevents@2.3.3: + optional: true + function-bind@1.1.1: {} functional-red-black-tree@1.0.1: {} @@ -4709,7 +4723,7 @@ snapshots: micromatch: 4.0.4 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 jest-jasmine2@27.4.2: dependencies: @@ -5258,13 +5272,13 @@ snapshots: - supports-color - utf-8-validate - playwright@1.17.1: + playwright-core@1.55.1: {} + + playwright@1.55.1: dependencies: - playwright-core: 1.17.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate + playwright-core: 1.55.1 + optionalDependencies: + fsevents: 2.3.2 pngjs@5.0.0: {}