From 8f130c5c683518ad97eb1fb5789a0bb64735e10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:01:18 +0000 Subject: [PATCH] chore(deps): bump playwright in /examples/with-playwright Bumps [playwright](https://github.com/microsoft/playwright) from 1.51.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.51.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-playwright/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 29a8a436b..b9dbabd80 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -25,7 +25,7 @@ "@voltagent/core": "^0.1.24", "@voltagent/vercel-ai": "^0.1.9", "axios": "^1.5.0", - "playwright": "1.51.1", + "playwright": "1.55.1", "uuid": "^9.0.1", "zod": "3.24.2" },