From b038dad27e6e3610c6628a1e6a904a717a1949ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:58:41 -0700 Subject: [PATCH] Bump playwright from 1.45.2 to 1.45.3 in /packages/credentials (#781) Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.2 to 1.45.3. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.2...v1.45.3) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/credentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credentials/package.json b/packages/credentials/package.json index f4152ef8d..8d368eeb3 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -103,7 +103,7 @@ "eslint-plugin-mocha": "10.4.3", "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", - "playwright": "1.45.2", + "playwright": "1.45.3", "rimraf": "5.0.7", "sinon": "18.0.0", "typescript": "5.4.5"