From 4689e9180a49c94bd40d2f75852f5f956e2670b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:55:50 -0700 Subject: [PATCH] Bump playwright from 1.44.0 to 1.45.2 in /packages/credentials (#760) Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.0 to 1.45.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.44.0...v1.45.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor ... 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 10c106636..2d3011719 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.44.0", + "playwright": "1.45.2", "rimraf": "5.0.7", "sinon": "18.0.0", "typescript": "5.4.5"