From 04d421c79d7e1c20f085220cf8b3bc1a0fa7c720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 16:08:35 +0000 Subject: [PATCH] chore: bump playwright from 1.9.2 to 1.10.0 Bumps [playwright](https://github.com/Microsoft/playwright) from 1.9.2 to 1.10.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.9.2...v1.10.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5365580f3b..00cf2f2f8c 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "jest-playwright-preset": "1.5.2", "nock": "13.0.11", "npm-run-all": "4.1.5", - "playwright": "1.9.2", + "playwright": "1.10.0", "prettier": "2.2.1", "pretty-quick": "3.1.0", "run.env": "1.1.0",