From d92b17557be2c2ded08d9e427b66fe5547b80d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:28:36 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.51.0 to 1.51.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.51.0 to 1.51.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.51.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14ce78aca..057cb5bb4 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "jsdoc": "^3.6.11", "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.17.4", - "playwright": "1.51.0", + "playwright": "1.51.1", "prettier": "^3.3.2", "puppeteer": "24.4.0", "qrcode-terminal": "0.12.0",