diff --git a/package-lock.json b/package-lock.json index b25e186bb08..adbb9b6a4b6 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-alpha-2026-09-02", "@types/jsdom": "^30.0.0", "@types/markdown-it": "^14.1.2", "@types/markdown-it-footnote": "^3.0.4", @@ -4197,13 +4197,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-alpha-2026-09-02", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.63.0-alpha-2026-09-02.tgz", + "integrity": "sha512-OIDh0XR9cq8CL52+NIR1Xj+zikbXr/Xr9tTTcIgq3AdzZp1ZMjAeqPwSMNISZCFJEVU61tk2KZIUFWgBinfMPw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.62.1" + "playwright": "1.63.0-alpha-2026-09-02" }, "bin": { "playwright": "cli.js" @@ -15421,22 +15421,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-alpha-2026-09-02", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0-alpha-2026-09-02.tgz", + "integrity": "sha512-qN0s1niHFiIS/aWAz7vt0TXIxfMDrBHXtHuH3RdFHUrAjQxEC/BTn2dx6pfNvIrzVyp2TJef9Ay6oX8Lk9744w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.62.1" + "playwright-core": "1.63.0-alpha-2026-09-02" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=20" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/playwright-core": { @@ -15445,6 +15442,7 @@ "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "playwright-core": "cli.js" }, @@ -15452,19 +15450,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-alpha-2026-09-02", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0-alpha-2026-09-02.tgz", + "integrity": "sha512-9lB+Y05uI0Xdh2rwR8yKtsKCnjtoan+XbpSGnNYOHF6QIGZ5GwjcS7DU2dSoDYrCn0x/QP5eeHeajKKCsINypA==", "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 f07f2b29a62..372014fb57c 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-alpha-2026-09-02", "@types/jsdom": "^30.0.0", "@types/markdown-it": "^14.1.2", "@types/markdown-it-footnote": "^3.0.4",