From 6546f1d0822b8011fdbbd6c9bd3d9e3187026887 Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:16:38 -0800 Subject: [PATCH] feat(firefox): roll to r1378 (#20891) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- packages/playwright-core/browsers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright-core/browsers.json b/packages/playwright-core/browsers.json index c17b857529..f6444460eb 100644 --- a/packages/playwright-core/browsers.json +++ b/packages/playwright-core/browsers.json @@ -21,7 +21,7 @@ }, { "name": "firefox", - "revision": "1377", + "revision": "1378", "installByDefault": true, "browserVersion": "109.0" },