From dd60262f06c39961063e409bf899c29065103186 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Tue, 2 Jun 2026 15:38:03 -0700 Subject: [PATCH] [DEPS] Update Chrome and jsshell Change-Id: Ie72b337bb0896ebe73a9520e40b90401da235108 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/508820 Reviewed-by: Nate Biggs Auto-Submit: Srujan Gaddam Commit-Queue: Srujan Gaddam Commit-Queue: Nate Biggs --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index aa1cc9cef37..0db937092e1 100644 --- a/DEPS +++ b/DEPS @@ -76,7 +76,7 @@ vars = { # instructions. d8, the V8 shell, is always checked out. "checkout_javascript_engines": False, "d8_tag": "version:15.0.135", - "jsshell_tag": "version:150.0.1", + "jsshell_tag": "version:151.0.3", "jsc_tag": "version:313485", # https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang @@ -165,7 +165,7 @@ vars = { # meant to be downloaded by users for local testing. You can self-service # update these by following the go/dart-engprod/browsers.md instructions. "download_chrome": False, - "chrome_tag": "149.0.7827.14", + "chrome_tag": "149.0.7827.53", "download_firefox": False, "firefox_tag": "151.0",