diff --git a/package-lock.json b/package-lock.json index 9ea84d2..3f31246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,8 +14,8 @@ "debug": "^4.4.1", "dotenv": "^17.2.0", "mime": "^4.0.7", - "playwright": "1.55.0-alpha-2025-08-07", - "playwright-core": "1.55.0-alpha-2025-08-07", + "playwright": "1.55.0-alpha-2025-08-12", + "playwright-core": "1.55.0-alpha-2025-08-12", "ws": "^8.18.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.4" @@ -27,7 +27,7 @@ "@anthropic-ai/sdk": "^0.57.0", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", - "@playwright/test": "1.55.0-alpha-2025-08-07", + "@playwright/test": "1.55.0-alpha-2025-08-12", "@stylistic/eslint-plugin": "^3.0.1", "@types/debug": "^4.1.12", "@types/node": "^22.13.10", @@ -703,13 +703,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.55.0-alpha-2025-08-07", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.0-alpha-2025-08-07.tgz", - "integrity": "sha512-N83L8JSSJ+E690HCbgzmXIcbRfM/rlh0uWZhbHbMp9q4qDPABSgvhm0HGiG345PV1ozoqcCI/mXLZPircsmPIA==", + "version": "1.55.0-alpha-2025-08-12", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.0-alpha-2025-08-12.tgz", + "integrity": "sha512-lyq9MDSd4UcOWx5292AYLBfbYYCstg8iLb+lk6LdM69ps6bwmPloZO3Ol3JO3FQQ63qAuW9VD0w+ZYKL0lRmQA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.55.0-alpha-2025-08-07" + "playwright": "1.55.0-alpha-2025-08-12" }, "bin": { "playwright": "cli.js" @@ -3745,12 +3745,12 @@ } }, "node_modules/playwright": { - "version": "1.55.0-alpha-2025-08-07", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0-alpha-2025-08-07.tgz", - "integrity": "sha512-rH8kdQOZzhjxC6FOL9zSEDwPl88ZqQq9QEvRDONWhzKwRQ/jOXlEZRxm8QRCBdrLqBMTGHx/YOaP7MIV//rtIA==", + "version": "1.55.0-alpha-2025-08-12", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0-alpha-2025-08-12.tgz", + "integrity": "sha512-daZPM5gX0VTG6ae3/qOpEKc9NxoavkM2lfL0UIzTG0k+yK8ZeSPYo63iewZhVANsWRm0BT+XQ1NniAUOwWQ+xA==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.55.0-alpha-2025-08-07" + "playwright-core": "1.55.0-alpha-2025-08-12" }, "bin": { "playwright": "cli.js" @@ -3763,9 +3763,9 @@ } }, "node_modules/playwright-core": { - "version": "1.55.0-alpha-2025-08-07", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0-alpha-2025-08-07.tgz", - "integrity": "sha512-NUuC6R0/dLk1QKiYoJL8NUsQAC6Je0C2BpuIg5h4wcvBwJ5TFldslmik17Txg3TXBSqwgG76DAl4Q6UdHGn54Q==", + "version": "1.55.0-alpha-2025-08-12", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0-alpha-2025-08-12.tgz", + "integrity": "sha512-4uxOd9xmeF6gqdsORzzlXd7p795vcACOiAGVHHEiTuFXsD83LYH+0C/SYLWB0Z+fAq4LdKGsy0qEfTm0JkY8Ig==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 596c43d..0ed3bb1 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "debug": "^4.4.1", "dotenv": "^17.2.0", "mime": "^4.0.7", - "playwright": "1.55.0-alpha-2025-08-07", - "playwright-core": "1.55.0-alpha-2025-08-07", + "playwright": "1.55.0-alpha-2025-08-12", + "playwright-core": "1.55.0-alpha-2025-08-12", "ws": "^8.18.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.4" @@ -53,7 +53,7 @@ "@anthropic-ai/sdk": "^0.57.0", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", - "@playwright/test": "1.55.0-alpha-2025-08-07", + "@playwright/test": "1.55.0-alpha-2025-08-12", "@stylistic/eslint-plugin": "^3.0.1", "@types/debug": "^4.1.12", "@types/node": "^22.13.10",