diff --git a/package-lock.json b/package-lock.json index e23e9a710..b6ac4ce91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,15 +9,15 @@ "version": "0.0.72", "license": "Apache-2.0", "dependencies": { - "playwright": "1.60.0-alpha-1777566615000", - "playwright-core": "1.60.0-alpha-1777566615000" + "playwright": "1.60.0-alpha-1777669338000", + "playwright-core": "1.60.0-alpha-1777669338000" }, "bin": { "playwright-mcp": "cli.js" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.25.2", - "@playwright/test": "1.60.0-alpha-1777566615000", + "@playwright/test": "1.60.0-alpha-1777669338000", "@types/node": "^24.3.0" }, "engines": { @@ -79,13 +79,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.60.0-alpha-1777566615000", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0-alpha-1777566615000.tgz", - "integrity": "sha512-EBGZI/5WjEhIvXsa+6q7XrYDif1YyL9bmp7t6IKN4Aa/OWedI7Pw9a6Calk5Uqx6SNCco8qTXHpBI95+5+mvww==", + "version": "1.60.0-alpha-1777669338000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0-alpha-1777669338000.tgz", + "integrity": "sha512-bAZ9tvx+w2RJs25zDpDcMOpEqiDpaRDWQgNRnnJGIdUTab6rEtir/R4LR/OPtmFHLMh4QiJ3brCr3PEAu/KQ9A==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.60.0-alpha-1777566615000" + "playwright": "1.60.0-alpha-1777669338000" }, "bin": { "playwright": "cli.js" @@ -938,12 +938,12 @@ } }, "node_modules/playwright": { - "version": "1.60.0-alpha-1777566615000", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0-alpha-1777566615000.tgz", - "integrity": "sha512-ENFFNacDBbDBLUtn4FsdZowN9CxsO22/xlgvhgiyzW6FM/PoWM5GSwNl2c0LMvcFYkmmPbB6uGHFL9T2U9ufVQ==", + "version": "1.60.0-alpha-1777669338000", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0-alpha-1777669338000.tgz", + "integrity": "sha512-r5G2ZvpIJZHj53GKmUfoQiXHix5bjeObqysV4flfmFNykTjebI9bwdRBuW37pOQP25yjbArkxlsnT5APaWT8zg==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.60.0-alpha-1777566615000" + "playwright-core": "1.60.0-alpha-1777669338000" }, "bin": { "playwright": "cli.js" @@ -956,9 +956,9 @@ } }, "node_modules/playwright-core": { - "version": "1.60.0-alpha-1777566615000", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0-alpha-1777566615000.tgz", - "integrity": "sha512-68GgyVu5NAgQzU8YdbYS/PZCStmiJoV3kclnAIb9Yau+wj23O1pLyMprw2MgenE0lIBU5aFvkHdv/LB8oMd1Xg==", + "version": "1.60.0-alpha-1777669338000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0-alpha-1777669338000.tgz", + "integrity": "sha512-CbBF+YtjGGK2mWKdH6iiSNIB9v9Sq8owcUrTy1cw6FgMZavspM6ZSpidQQgQXz/1scQFrM110jrtJqTYwnjbeA==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 92b4f8778..7fdf9f6c5 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ } }, "dependencies": { - "playwright": "1.60.0-alpha-1777566615000", - "playwright-core": "1.60.0-alpha-1777566615000" + "playwright": "1.60.0-alpha-1777669338000", + "playwright-core": "1.60.0-alpha-1777669338000" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.25.2", - "@playwright/test": "1.60.0-alpha-1777566615000", + "@playwright/test": "1.60.0-alpha-1777669338000", "@types/node": "^24.3.0" }, "bin": {