From ba9442267d8925e0adb97100ef5e440896e106ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:38:13 +0000 Subject: [PATCH] Bump playwright from 1.45.3 to 1.47.2 in /packages/common Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.3 to 1.47.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.3...v1.47.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/package.json b/packages/common/package.json index b7449eb47..c5449b3f2 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -95,7 +95,7 @@ "eslint-plugin-mocha": "10.4.3", "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", - "playwright": "1.45.3", + "playwright": "1.47.2", "rimraf": "5.0.7", "typescript": "5.5.3" }