diff --git a/tests/playwright-test/stable-test-runner/package-lock.json b/tests/playwright-test/stable-test-runner/package-lock.json index 1e0d433396..0325b2e8a8 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.34.0-alpha-may-17-2023" + "@playwright/test": "1.35.0-alpha-1685046878000" } }, "node_modules/@playwright/test": { - "version": "1.34.0-alpha-may-17-2023", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0-alpha-may-17-2023.tgz", - "integrity": "sha512-qTe4gttI6q40CLhaPZlefabk5IAHGpTZ+Xo3r6B0JC7wagdp+SD+/d04zNjzsSvLKWDHObNm4/OAvaRJSvA0kQ==", + "version": "1.35.0-alpha-1685046878000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-1685046878000.tgz", + "integrity": "sha512-OgZV/Ncwxjodqjl7FrOOaVUiPhxc6h3gYGw9ElKT9Eac+67wjZafDgdH8eGOSXIwwyHOqP+M4PM6T8sq3vyvyA==", "dependencies": { "@types/node": "*", - "playwright-core": "1.34.0-alpha-may-17-2023" + "playwright-core": "1.35.0-alpha-1685046878000" }, "bin": { "playwright": "cli.js" @@ -45,9 +45,12 @@ } }, "node_modules/playwright-core": { - "version": "1.34.0-alpha-may-17-2023", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0-alpha-may-17-2023.tgz", - "integrity": "sha512-nlxTsmHp9K84UBIY15Dxda36+zVg2908mNFPyWYDVYLXsKFt+aw0QPdAkfTyLVR8Af3J5LTFKbBsBym/w/OnIg==", + "version": "1.35.0-alpha-1685046878000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685046878000.tgz", + "integrity": "sha512-2MdjKmIKazxVH4uZ8TSGjEJ6lpjfg4xgnCdoL46gKfKBd42mgPutfAplCGEtb0CRb9Oke8sYzo9HnA9EUuXQSg==", + "bin": { + "playwright-core": "cli.js" + }, "engines": { "node": ">=14" } @@ -55,13 +58,13 @@ }, "dependencies": { "@playwright/test": { - "version": "1.34.0-alpha-may-17-2023", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0-alpha-may-17-2023.tgz", - "integrity": "sha512-qTe4gttI6q40CLhaPZlefabk5IAHGpTZ+Xo3r6B0JC7wagdp+SD+/d04zNjzsSvLKWDHObNm4/OAvaRJSvA0kQ==", + "version": "1.35.0-alpha-1685046878000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-1685046878000.tgz", + "integrity": "sha512-OgZV/Ncwxjodqjl7FrOOaVUiPhxc6h3gYGw9ElKT9Eac+67wjZafDgdH8eGOSXIwwyHOqP+M4PM6T8sq3vyvyA==", "requires": { "@types/node": "*", "fsevents": "2.3.2", - "playwright-core": "1.34.0-alpha-may-17-2023" + "playwright-core": "1.35.0-alpha-1685046878000" } }, "@types/node": { @@ -76,9 +79,9 @@ "optional": true }, "playwright-core": { - "version": "1.34.0-alpha-may-17-2023", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0-alpha-may-17-2023.tgz", - "integrity": "sha512-nlxTsmHp9K84UBIY15Dxda36+zVg2908mNFPyWYDVYLXsKFt+aw0QPdAkfTyLVR8Af3J5LTFKbBsBym/w/OnIg==" + "version": "1.35.0-alpha-1685046878000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685046878000.tgz", + "integrity": "sha512-2MdjKmIKazxVH4uZ8TSGjEJ6lpjfg4xgnCdoL46gKfKBd42mgPutfAplCGEtb0CRb9Oke8sYzo9HnA9EUuXQSg==" } } } diff --git a/tests/playwright-test/stable-test-runner/package.json b/tests/playwright-test/stable-test-runner/package.json index 02163fc91e..d5ae8953cd 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.34.0-alpha-may-17-2023" + "@playwright/test": "1.35.0-alpha-1685046878000" } }