From 4121b07103d02d8e44d8df376c6a08139efbc157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:01:46 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.45.3 to 1.48.2 Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.3 to 1.48.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.3...v1.48.2) --- 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 4aea1c503..6d6c1573d 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "jsdoc": "4.0.3", "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.10.1", - "playwright": "1.45.3", + "playwright": "1.48.2", "prettier": "^3.3.2", "puppeteer": "23.6.0", "qrcode-terminal": "0.12.0",