From c00a5e81ed022845aeb512085f414e8904cabbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 17:25:29 +0000 Subject: [PATCH] chore: bump playwright from 1.9.1 to 1.9.2 Bumps [playwright](https://github.com/Microsoft/playwright) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.9.1...v1.9.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71f589d5ee..2be582033a 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "jest-playwright-preset": "1.5.0", "nock": "13.0.11", "npm-run-all": "4.1.5", - "playwright": "1.9.1", + "playwright": "1.9.2", "prettier": "2.2.1", "pretty-quick": "3.1.0", "react-test-renderer": "17.0.1",