From 49d63b418c036cd89def8ba8ae16939741c8a7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 04:23:17 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.42.1 to 1.43.0 Bumps [playwright](https://github.com/microsoft/playwright) from 1.42.1 to 1.43.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.42.1...v1.43.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 dac353f88..053e67cce 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "jsdoc": "3.6.11", "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.10.1", - "playwright": "1.42.1", + "playwright": "1.43.0", "puppeteer": "22.6.3", "qrcode-terminal": "0.12.0", "rosie": "2.1.1",