From f31465647c19843c6d5644dce583afdf3c8fc2f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 02:50:36 +0000 Subject: [PATCH] chore(deps): update dependency @playwright/test to ^1.63.0-beta-1788477194000 --- package-lock.json | 42 +++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a4dbd8ce05..fda9594d452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "@nextcloud/e2e-test-server": "^0.5.1", "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/vite-config": "^2.5.4", - "@playwright/test": "^1.62.1", + "@playwright/test": "^1.63.0-beta-1788477194000", "@types/jsdom": "^30.0.0", "@types/markdown-it": "^14.1.2", "@types/markdown-it-footnote": "^3.0.4", @@ -4207,13 +4207,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz", - "integrity": "sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==", + "version": "1.63.0-beta-1788477194000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.63.0-beta-1788477194000.tgz", + "integrity": "sha512-fEEH5558v8jEqg2BcvAJ+5xwpxiIXVeytVf0FpNv8S6cqU7IZHjJ6YWdeC+WWW38DMCn5qQVJ21m/Cbnb9uZCw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.62.1" + "playwright": "1.63.0-beta-1788477194000" }, "bin": { "playwright": "cli.js" @@ -15431,22 +15431,19 @@ } }, "node_modules/playwright": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz", - "integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==", + "version": "1.63.0-beta-1788477194000", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0-beta-1788477194000.tgz", + "integrity": "sha512-XfNSwbZfVIZZ9Mcv+Ze3jqwm1F1+TRJx93yTI7gtVn34Pwna2rASqm3ZuXf1r+zsbuq3Wg2MN3uy1+a2BaMa/w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.62.1" + "playwright-core": "1.63.0-beta-1788477194000" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=20" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/playwright-core": { @@ -15455,6 +15452,7 @@ "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "playwright-core": "cli.js" }, @@ -15462,19 +15460,17 @@ "node": ">=20" } }, - "node_modules/playwright/node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "node_modules/playwright/node_modules/playwright-core": { + "version": "1.63.0-beta-1788477194000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0-beta-1788477194000.tgz", + "integrity": "sha512-biTJZ18b6qmxMpo/FD7qew4u0UBgVqlIQ0WTBPAAm+lp+kby1MCQ7dXUNBkjFiYyNt1W4xGNl4fUUVSi3P++9g==", "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "node": ">=20" } }, "node_modules/pluralize": { diff --git a/package.json b/package.json index d91fed905fe..215f7198888 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@nextcloud/e2e-test-server": "^0.5.1", "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/vite-config": "^2.5.4", - "@playwright/test": "^1.62.1", + "@playwright/test": "^1.63.0-beta-1788477194000", "@types/jsdom": "^30.0.0", "@types/markdown-it": "^14.1.2", "@types/markdown-it-footnote": "^3.0.4",