From 8f1bc7d9aa65dd847ff9f96d1d4d968b1c71f0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:56:23 -0700 Subject: [PATCH] Bump playwright from 1.44.0 to 1.45.0 in /packages/dids (#703) Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.44.0...v1.45.0) --- 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/dids/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dids/package.json b/packages/dids/package.json index d916d1360..789ec1d96 100644 --- a/packages/dids/package.json +++ b/packages/dids/package.json @@ -108,7 +108,7 @@ "eslint-plugin-mocha": "10.4.3", "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", - "playwright": "1.44.0", + "playwright": "1.45.0", "rimraf": "5.0.7", "sinon": "18.0.0", "source-map-loader": "5.0.0",