chore: roll playwright to latest (#1331)

This commit is contained in:
Pavel Feldman
2026-01-23 11:31:12 -08:00
committed by GitHub
parent cd2b589338
commit 41fba2bd71
3 changed files with 22 additions and 19 deletions

30
package-lock.json generated
View File

@@ -13,7 +13,7 @@
],
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"@playwright/test": "1.59.0-alpha-1769176698000",
"@playwright/test": "1.59.0-alpha-1769191051000",
"@types/node": "^24.3.0"
}
},
@@ -411,13 +411,13 @@
"link": true
},
"node_modules/@playwright/test": {
"version": "1.59.0-alpha-1769176698000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769176698000.tgz",
"integrity": "sha512-n0R0xysvhuQ7XZnNrYBjB1wA3d6+UC1kneg8yqAdnUe+SpkWSRYoH4fA4gfLK/gcb9bskb5N+/nEQaoUC9jbGQ==",
"version": "1.59.0-alpha-1769191051000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769191051000.tgz",
"integrity": "sha512-oMKBU7JbfcQTSPztMU1I4TYIKlAs5pZ5wjBUBDHvJssdYrUFZjas4LDNoySmQac1jhi5CPjb24rX0W8JFerB2Q==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.59.0-alpha-1769176698000"
"playwright": "1.59.0-alpha-1769191051000"
},
"bin": {
"playwright": "cli.js"
@@ -2120,12 +2120,12 @@
}
},
"node_modules/playwright": {
"version": "1.59.0-alpha-1769176698000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769176698000.tgz",
"integrity": "sha512-e6r9Ivkm7PJIeMU8zl1JIwktAGZD6gXb6OCegdXpqlyH43OF9EBImLrIl8ovn2hWtmQPSeTDQyaBELSL89ZR6w==",
"version": "1.59.0-alpha-1769191051000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769191051000.tgz",
"integrity": "sha512-WB46+Fx9v6TYPPiWtKUmm+USmlwk/ilMvRh3I844+Wgv94xwBNHaILlWOVnpM77jmDKuflayJZgV+/VbLtngkQ==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.59.0-alpha-1769176698000"
"playwright-core": "1.59.0-alpha-1769191051000"
},
"bin": {
"playwright": "cli.js"
@@ -2138,9 +2138,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.59.0-alpha-1769176698000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769176698000.tgz",
"integrity": "sha512-5w4TFCd2ucGVc3eeYmnNHr3oqkeYW9Du2Sr9kXCo16yLPD82ssYdd7CwzfARSsYNr0AOH5yrYwBpzsWR9H0+/Q==",
"version": "1.59.0-alpha-1769191051000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769191051000.tgz",
"integrity": "sha512-T9gWzIM0NLlj0kmB0G8KXZZOszavVEJHGXlrpE401pU1YGwEXCB7vkB8NFJ4+xJJiuhvnnPn34IV9SL00bLFdA==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"
@@ -3360,11 +3360,11 @@
"license": "Apache-2.0",
"dependencies": {
"minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769176698000",
"playwright-core": "1.59.0-alpha-1769176698000"
"playwright": "1.59.0-alpha-1769191051000",
"playwright-core": "1.59.0-alpha-1769191051000"
},
"bin": {
"mcp-server-playwright": "cli.js",
"mcp": "cli.js",
"playwright-cli": "playwright-cli.js"
},
"engines": {