From d1b723a94481075c0f0c46d5851fb71a34cb45ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:06:55 +0000 Subject: [PATCH] Bump playwright from 1.43.1 to 1.44.0 in /examples Bumps [playwright](https://github.com/microsoft/playwright) from 1.43.1 to 1.44.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.44.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 2bd0b6e..1dadbca 100644 --- a/examples/package.json +++ b/examples/package.json @@ -26,7 +26,7 @@ "@types/sortablejs": "1.15.8", "@types/prismjs": "1.26.3", "jest": "29.7.0", - "playwright": "1.43.1", + "playwright": "1.44.0", "playwright-core": "1.43.1", "@playwright/browser-chromium": "1.43.1", "ts-loader": "9.5.1",