From a70854c02f06f37550fb5409c551e855c2b42d0b Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 18 Sep 2025 16:39:32 -0700 Subject: [PATCH] chore: roll Playwright to latest (#1056) --- package-lock.json | 28 ++++++++++++++-------------- package.json | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 610f65e..fdca708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,15 +9,15 @@ "version": "0.0.38", "license": "Apache-2.0", "dependencies": { - "playwright": "1.56.0-alpha-2025-09-17", - "playwright-core": "1.56.0-alpha-2025-09-17" + "playwright": "1.56.0-alpha-2025-09-18", + "playwright-core": "1.56.0-alpha-2025-09-18" }, "bin": { "mcp-server-playwright": "cli.js" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.17.5", - "@playwright/test": "1.56.0-alpha-2025-09-17", + "@playwright/test": "1.56.0-alpha-2025-09-18", "@types/node": "^24.3.0", "zod-to-json-schema": "^3.24.6" }, @@ -50,13 +50,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.56.0-alpha-2025-09-17", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0-alpha-2025-09-17.tgz", - "integrity": "sha512-AzA5lm7escacg1nrZK5E6HPaPD9adZOfk/yJ9ZYidpuyxA6L9CnP5UoR2ndOj4FyYitEik+y38j4LY7lM04FTg==", + "version": "1.56.0-alpha-2025-09-18", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0-alpha-2025-09-18.tgz", + "integrity": "sha512-HqvJRABhT5yTbWw93erQR8yK9EDbEJzbCVYH6WNlzDHUyVSyJWhkcqTSX318cfByeCunKOqGGSoHfBzp+NWlsA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.56.0-alpha-2025-09-17" + "playwright": "1.56.0-alpha-2025-09-18" }, "bin": { "playwright": "cli.js" @@ -825,12 +825,12 @@ } }, "node_modules/playwright": { - "version": "1.56.0-alpha-2025-09-17", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0-alpha-2025-09-17.tgz", - "integrity": "sha512-3EvJPE+iMxHo9pm5vgcBRlfxHWw4qNxJBLqPiNQIJiigYBd4TF/1h5Zqk/EJd9VB4eI60t+N8W5jXQSlu3D18w==", + "version": "1.56.0-alpha-2025-09-18", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0-alpha-2025-09-18.tgz", + "integrity": "sha512-rvZ5liplc1VWzOuk6WnxiYpb5IIfgyvtMuviy/hT4iaRo3aneRUZeIa2Bk4axIQ+PckEC12Q8pHh3yKtl+Z/2g==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.56.0-alpha-2025-09-17" + "playwright-core": "1.56.0-alpha-2025-09-18" }, "bin": { "playwright": "cli.js" @@ -843,9 +843,9 @@ } }, "node_modules/playwright-core": { - "version": "1.56.0-alpha-2025-09-17", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0-alpha-2025-09-17.tgz", - "integrity": "sha512-5Mk0sZSbEbYKk9seSO7Rbn4k2XkcQqnKp00nld4enDdxjoyLsBeGghvWAxGmK0Es+WFaBLJp0GOt/gKtj0NW4A==", + "version": "1.56.0-alpha-2025-09-18", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0-alpha-2025-09-18.tgz", + "integrity": "sha512-Uah9BolKRWGmQYBx4qlo6iwdQymHFfx2yM8KS2PrJln7/SYzgem3vfJCcKJ0toGG0H7TvaazcOxkImvebC8Tjg==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index d91a3f5..e8f7a07 100644 --- a/package.json +++ b/package.json @@ -33,15 +33,15 @@ } }, "dependencies": { - "playwright": "1.56.0-alpha-2025-09-17", - "playwright-core": "1.56.0-alpha-2025-09-17" + "playwright": "1.56.0-alpha-2025-09-18", + "playwright-core": "1.56.0-alpha-2025-09-18" }, "bin": { "mcp-server-playwright": "cli.js" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.17.5", - "@playwright/test": "1.56.0-alpha-2025-09-17", + "@playwright/test": "1.56.0-alpha-2025-09-18", "@types/node": "^24.3.0", "zod-to-json-schema": "^3.24.6" }