From ebd3672e0af8ff50688db8e615b1afc3e845cb7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:00:10 +0000 Subject: [PATCH] Bump playwright from 1.17.2 to 1.55.1 in /playwright-test Bumps [playwright](https://github.com/microsoft/playwright) from 1.17.2 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.17.2...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- playwright-test/package-lock.json | 66 +++++++++++++++++++++++++------ playwright-test/package.json | 2 +- 2 files changed, 56 insertions(+), 12 deletions(-) diff --git a/playwright-test/package-lock.json b/playwright-test/package-lock.json index e858a8d..b1e59e7 100644 --- a/playwright-test/package-lock.json +++ b/playwright-test/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@playwright/test": "~1.17.2", "browserstack-local": "^1.4.8", - "playwright": "~1.17.2" + "playwright": "~1.55.1" }, "engines": { "node": ">=12.7.0" @@ -1347,6 +1347,20 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -2052,19 +2066,21 @@ } }, "node_modules/playwright": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.17.2.tgz", - "integrity": "sha512-u1HZmVoeLCLptNcpuOyp5KfBzsdsLxE9CReK82i/p8j5i7EPqtY3fX77SMHqDGeO7tLBSYk2a6eFDVlQfSSANg==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "dev": true, - "hasInstallScript": true, "dependencies": { - "playwright-core": "=1.17.2" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=12" + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" } }, "node_modules/playwright-core": { @@ -2097,6 +2113,18 @@ "node": ">=12" } }, + "node_modules/playwright/node_modules/playwright-core": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", + "dev": true, + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/pngjs": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", @@ -3463,6 +3491,13 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -3987,12 +4022,21 @@ } }, "playwright": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.17.2.tgz", - "integrity": "sha512-u1HZmVoeLCLptNcpuOyp5KfBzsdsLxE9CReK82i/p8j5i7EPqtY3fX77SMHqDGeO7tLBSYk2a6eFDVlQfSSANg==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "dev": true, "requires": { - "playwright-core": "=1.17.2" + "fsevents": "2.3.2", + "playwright-core": "1.55.1" + }, + "dependencies": { + "playwright-core": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", + "dev": true + } } }, "playwright-core": { diff --git a/playwright-test/package.json b/playwright-test/package.json index ad9a89b..682d865 100644 --- a/playwright-test/package.json +++ b/playwright-test/package.json @@ -12,7 +12,7 @@ "test:report": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=results.xml npx playwright test --config=./playwright-local.config.js --reporter=junit" }, "devDependencies": { - "playwright": "~1.17.2", + "playwright": "~1.55.1", "@playwright/test": "~1.17.2", "browserstack-local": "^1.4.8" }