From 29a25d96de3bb458ae0c00881ee5faebb5816751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:27:26 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.48.2 to 1.49.0 Bumps [playwright](https://github.com/microsoft/playwright) from 1.48.2 to 1.49.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.48.2...v1.49.0) --- updated-dependencies: - dependency-name: playwright 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 e93703cd6..6ed8496b9 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "jsdoc": "4.0.4", "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.17.4", - "playwright": "1.48.2", + "playwright": "1.49.0", "prettier": "^3.3.2", "puppeteer": "23.8.0", "qrcode-terminal": "0.12.0",