chore: roll 1.58.0-alpha-2026-01-16 (#1312)

This commit is contained in:
Yury Semikhatsky
2026-01-16 09:49:16 -08:00
committed by GitHub
parent 9cc61b4faf
commit 4b1a6842b1
2 changed files with 17 additions and 17 deletions

28
package-lock.json generated
View File

@@ -9,15 +9,15 @@
"version": "0.0.55",
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.58.0-alpha-2026-01-15",
"playwright-core": "1.58.0-alpha-2026-01-15"
"playwright": "1.58.0-alpha-2026-01-16",
"playwright-core": "1.58.0-alpha-2026-01-16"
},
"bin": {
"mcp-server-playwright": "cli.js"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.24.0",
"@playwright/test": "1.58.0-alpha-2026-01-15",
"@playwright/test": "1.58.0-alpha-2026-01-16",
"@types/node": "^24.3.0"
},
"engines": {
@@ -63,13 +63,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.58.0-alpha-2026-01-15",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.0-alpha-2026-01-15.tgz",
"integrity": "sha512-ttV4PWXTPoBL2jsCGkiZFdudAbTahcYgLlFk6sMPc3qC840CBvL0IzKuMrblOIBt7yd5mqQEfdqr3uUBkW0fAg==",
"version": "1.58.0-alpha-2026-01-16",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.0-alpha-2026-01-16.tgz",
"integrity": "sha512-zhOc7QhE1FcIFUa1GNzs30phACtSLOgObjiz1GJSAcfp1OetskyjvspJPgHxrHggWphkQaj8IYoDe4y03rd6eg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.58.0-alpha-2026-01-15"
"playwright": "1.58.0-alpha-2026-01-16"
},
"bin": {
"playwright": "cli.js"
@@ -884,12 +884,12 @@
}
},
"node_modules/playwright": {
"version": "1.58.0-alpha-2026-01-15",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.0-alpha-2026-01-15.tgz",
"integrity": "sha512-g+ag/PvTnMQVXvwlD16U3dkmY/2dg461YjW3K40qxf4CcAqj4vpR/bJl/CZxnPCsEG81LSNY9+nn4EnopnsCsg==",
"version": "1.58.0-alpha-2026-01-16",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.0-alpha-2026-01-16.tgz",
"integrity": "sha512-Ix0VALX+fNrXICSNnrfsvTMch0LA3WdVY8q71ReQzQ+UF0lCK9YbtRwBz65BJLBsWE1j38vBLR+YYE93MezYZA==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.58.0-alpha-2026-01-15"
"playwright-core": "1.58.0-alpha-2026-01-16"
},
"bin": {
"playwright": "cli.js"
@@ -902,9 +902,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.58.0-alpha-2026-01-15",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.0-alpha-2026-01-15.tgz",
"integrity": "sha512-miyOOEXEy+rGp+lFqRJqCtj7S/U2xNY2h5co1Eg7uXghkSlZqxWq8Q7j5SavegVo9939+Glfyf7iBui7nxpQVQ==",
"version": "1.58.0-alpha-2026-01-16",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.0-alpha-2026-01-16.tgz",
"integrity": "sha512-r3XM/xwmyoKLgHI8+ooCoKaRv8mch39UoHyLfWSols6GB2H9Lx3JhvhzRep+rYBYk+GDj0222GKuwg1PnVF8zA==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"

View File

@@ -37,15 +37,15 @@
}
},
"dependencies": {
"playwright": "1.58.0-alpha-2026-01-15",
"playwright-core": "1.58.0-alpha-2026-01-15"
"playwright": "1.58.0-alpha-2026-01-16",
"playwright-core": "1.58.0-alpha-2026-01-16"
},
"bin": {
"mcp-server-playwright": "cli.js"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.24.0",
"@playwright/test": "1.58.0-alpha-2026-01-15",
"@playwright/test": "1.58.0-alpha-2026-01-16",
"@types/node": "^24.3.0"
}
}