diff --git a/tests/playwright-test/stable-test-runner/package-lock.json b/tests/playwright-test/stable-test-runner/package-lock.json index 059b30707e..c837bd85a0 100644 --- a/tests/playwright-test/stable-test-runner/package-lock.json +++ b/tests/playwright-test/stable-test-runner/package-lock.json @@ -5,16 +5,16 @@ "packages": { "": { "dependencies": { - "@playwright/test": "^1.63.0-alpha-2026-08-24" + "@playwright/test": "^1.64.0-alpha-2026-09-07" } }, "node_modules/@playwright/test": { - "version": "1.63.0-alpha-2026-08-24", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.63.0-alpha-2026-08-24.tgz", - "integrity": "sha512-6VsurUJMvpTf/C0c6FzCwcHGinMRpHjjok4ltOmbKtwyVuj0nu8DHGsV6mcG3x7RcW8yOHzx85rMkzHlUlMWmw==", + "version": "1.64.0-alpha-2026-09-07", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.64.0-alpha-2026-09-07.tgz", + "integrity": "sha512-sfGXWA7VHWKX6QnafDqHgVdCbJoqyXREsPdtrekJzGQvt+H0VDJ93EclBQZjJef38nsdE7583u1hrr4YCj0nng==", "license": "Apache-2.0", "dependencies": { - "playwright": "1.63.0-alpha-2026-08-24" + "playwright": "1.64.0-alpha-2026-09-07" }, "bin": { "playwright": "cli.js" @@ -24,12 +24,12 @@ } }, "node_modules/playwright": { - "version": "1.63.0-alpha-2026-08-24", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0-alpha-2026-08-24.tgz", - "integrity": "sha512-EAFO5t3j3gV9yXO1YL4xEVYfPPZGP3Z/H/vYKaCDV+Dz/9TOZ0lxVh2NS9r0BcHsfTmhL8m1SixYLu3S2W/Bag==", + "version": "1.64.0-alpha-2026-09-07", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.64.0-alpha-2026-09-07.tgz", + "integrity": "sha512-icE7aPlATuhRivqVnKDKwOT2m3I697T/RenG7VvFzAvXkqqVLdFefZwdB5xbKjx0wf3FI6E9DrK9QQx/pZclxg==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.63.0-alpha-2026-08-24" + "playwright-core": "1.64.0-alpha-2026-09-07" }, "bin": { "playwright": "cli.js" @@ -39,9 +39,9 @@ } }, "node_modules/playwright-core": { - "version": "1.63.0-alpha-2026-08-24", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0-alpha-2026-08-24.tgz", - "integrity": "sha512-Gk9nefGTHgY8rFGZ6b1TDe4TTh7weGSDtPFdKejvo9n2clZ3wMZesdEmAAY2sr8lCVdhfpm2TzOInwsOIPF1gw==", + "version": "1.64.0-alpha-2026-09-07", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.64.0-alpha-2026-09-07.tgz", + "integrity": "sha512-JYk28zcuTmVLPgSrYAj8nFQHLaV+D7UuEjEWhhnbvoRr5J5gW3NcpZKtL+OxYdoME6LszfrOpjC+sakTd0m33w==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/tests/playwright-test/stable-test-runner/package.json b/tests/playwright-test/stable-test-runner/package.json index fd3f7abf29..eac314d565 100644 --- a/tests/playwright-test/stable-test-runner/package.json +++ b/tests/playwright-test/stable-test-runner/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "@playwright/test": "^1.63.0-alpha-2026-08-24" + "@playwright/test": "^1.64.0-alpha-2026-09-07" } }