From f3348bcb75fa8f87ee96dc1b82cab54ba957ccd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:37:29 -0500 Subject: [PATCH] chore: Update Chrome (stable) to 122.0.6261.69 and Chrome (beta) to 123.0.6312.4 (#28990) * chore: Update Chrome (beta) to 123.0.6312.4 * chore: Update Chrome (stable) to 122.0.6261.69 and Chrome (beta) to 123.0.6312.4 --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane --- browser-versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser-versions.json b/browser-versions.json index 36e95a46ee..c5b6383388 100644 --- a/browser-versions.json +++ b/browser-versions.json @@ -1,5 +1,5 @@ { - "chrome:beta": "122.0.6261.57", - "chrome:stable": "122.0.6261.57", + "chrome:beta": "123.0.6312.4", + "chrome:stable": "122.0.6261.69", "chrome:minimum": "64.0.3282.0" }