From ae990291bf3f6c989a79ae5680e75a1345f70c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:06:54 +0000 Subject: [PATCH] chore(deps-dev): bump playwright-core from 1.61.1 to 1.62.0 Bumps [playwright-core](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0) --- updated-dependencies: - dependency-name: playwright-core dependency-version: 1.62.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f266717f..59a57fe47 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "devDependencies": { "@types/bun": "latest", "@types/semver": "^7.7.1", - "playwright-core": "1.61.1", + "playwright-core": "1.62.0", "tar": "7.5.19", "typescript": "^5.5.0" }