diff --git a/package-lock.json b/package-lock.json index f2930c0c..7d5dbdb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ }, "devDependencies": { "@anthropic-ai/claude-agent-sdk": "0.3.168", - "@playwright/cli": "^0.1.13", + "@playwright/cli": "^0.1.14", "@playwright/test": "^1.60.0", "@stylistic/eslint-plugin-ts": "^2.13.0", "@types/chrome-remote-interface": "^0.34.0", @@ -2582,14 +2582,14 @@ } }, "node_modules/@playwright/cli": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@playwright/cli/-/cli-0.1.13.tgz", - "integrity": "sha512-ntG80HgWp9y5HUDApoucNXx1Ny6YlCaRJdGpZZeY43Oh8Q+Iivs0hlEcGhnW/bEwsTkw72JxxlzEMOLwH42a9g==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/@playwright/cli/-/cli-0.1.14.tgz", + "integrity": "sha512-DoKzrzEN/ivdxFy61Kbqzsz/U4+6F6Nk1Psu9hSYYYriqhzifW57VuNciuXjFS5Xuyhb8aXcy5hCgbDdqr3EIg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.61.0-alpha-1778188671000", - "playwright-core": "1.61.0-alpha-1778188671000" + "playwright": "1.61.0-alpha-1781023400000", + "playwright-core": "1.61.0-alpha-1781023400000" }, "bin": { "playwright-cli": "playwright-cli.js" @@ -2599,9 +2599,9 @@ } }, "node_modules/@playwright/cli/node_modules/playwright-core": { - "version": "1.61.0-alpha-1778188671000", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0-alpha-1778188671000.tgz", - "integrity": "sha512-nsw2Crz0uZS3IRHiEcOXUt+RaKB/Hna+GAD4oD6cPqCHfJfW77cJdgktC0jzp3Ndyv23EJI3bcWSqFIiqSNE5A==", + "version": "1.61.0-alpha-1781023400000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0-alpha-1781023400000.tgz", + "integrity": "sha512-UdtUd9qnCO0zvb8p3OvOZpelY6mA40mTb3NmWGuMtrD+hqqWuorWCPlSGwj7jw/LEB9AxvYLHTL1CJi2flvksg==", "dev": true, "license": "Apache-2.0", "bin": { @@ -17083,13 +17083,13 @@ } }, "node_modules/playwright": { - "version": "1.61.0-alpha-1778188671000", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.0-alpha-1778188671000.tgz", - "integrity": "sha512-A6fFc7ExLRmvm0ZHqCyY2uHXSvEdpb8W+/HyIPK4ecRqNil8Mc1Vig1WFYoqk82x3+U9Qb571fQE95wgKqIQ1g==", + "version": "1.61.0-alpha-1781023400000", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.0-alpha-1781023400000.tgz", + "integrity": "sha512-8TRUG3IvwaAhuVm6k3C5vB7CwC5Fxq76DCCxOgPr6r1dpTedDwxlmdOBUkSZ0zxfxP14jcuPxi86/Trq4eA03w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.61.0-alpha-1778188671000" + "playwright-core": "1.61.0-alpha-1781023400000" }, "bin": { "playwright": "cli.js" @@ -17129,9 +17129,9 @@ } }, "node_modules/playwright/node_modules/playwright-core": { - "version": "1.61.0-alpha-1778188671000", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0-alpha-1778188671000.tgz", - "integrity": "sha512-nsw2Crz0uZS3IRHiEcOXUt+RaKB/Hna+GAD4oD6cPqCHfJfW77cJdgktC0jzp3Ndyv23EJI3bcWSqFIiqSNE5A==", + "version": "1.61.0-alpha-1781023400000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0-alpha-1781023400000.tgz", + "integrity": "sha512-UdtUd9qnCO0zvb8p3OvOZpelY6mA40mTb3NmWGuMtrD+hqqWuorWCPlSGwj7jw/LEB9AxvYLHTL1CJi2flvksg==", "dev": true, "license": "Apache-2.0", "bin": { @@ -19328,6 +19328,9 @@ "nan": "^2.23.0" } }, + "node_modules/ssh2/node_modules/cpu-features": { + "optional": true + }, "node_modules/stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", diff --git a/package.json b/package.json index d6d8798d..0e2ddbf2 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ }, "devDependencies": { "@anthropic-ai/claude-agent-sdk": "0.3.168", - "@playwright/cli": "^0.1.13", + "@playwright/cli": "^0.1.14", "@playwright/test": "^1.60.0", "@stylistic/eslint-plugin-ts": "^2.13.0", "@types/chrome-remote-interface": "^0.34.0",