From 0e125748a8b1e36a984e1aa8bb0b394fc91bdf3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:12:28 +0000 Subject: [PATCH] Bump yauzl, playwright and @playwright/test in /playwright-test Removes [yauzl](https://github.com/thejoshwolfe/yauzl). It's no longer used after updating ancestor dependencies [yauzl](https://github.com/thejoshwolfe/yauzl), [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together. Removes `yauzl` Updates `playwright` from 1.17.2 to 1.58.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.17.2...v1.58.2) Updates `@playwright/test` from 1.17.2 to 1.58.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.17.2...v1.58.2) --- updated-dependencies: - dependency-name: yauzl dependency-version: dependency-type: indirect - dependency-name: playwright dependency-version: 1.58.2 dependency-type: direct:development - dependency-name: "@playwright/test" dependency-version: 1.58.2 dependency-type: indirect ... 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..b16c67a 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.58.2" }, "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.58.2", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz", + "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==", "dev": true, - "hasInstallScript": true, "dependencies": { - "playwright-core": "=1.17.2" + "playwright-core": "1.58.2" }, "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.58.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz", + "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==", + "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.58.2", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz", + "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==", "dev": true, "requires": { - "playwright-core": "=1.17.2" + "fsevents": "2.3.2", + "playwright-core": "1.58.2" + }, + "dependencies": { + "playwright-core": { + "version": "1.58.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz", + "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==", + "dev": true + } } }, "playwright-core": { diff --git a/playwright-test/package.json b/playwright-test/package.json index ad9a89b..4b3f941 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.58.2", "@playwright/test": "~1.17.2", "browserstack-local": "^1.4.8" }