@@ -277,8 +277,8 @@ js_library(
277277
278278 http_archive (
279279 name = "linux_beta_chrome" ,
280- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.15 /linux64/chrome-linux64.zip" ,
281- sha256 = "e4bb8769b613eacd7cc40e48f3f63d96de9e9ee642360b4a79bedd502291c544 " ,
280+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23 /linux64/chrome-linux64.zip" ,
281+ sha256 = "d73cf3dcc85572d7d6e22f1d10479f6eb450e24aa6253af2c7e8c380c4d546b5 " ,
282282 build_file_content = """
283283load("@aspect_rules_js//js:defs.bzl", "js_library")
284284package(default_visibility = ["//visibility:public"])
@@ -298,8 +298,8 @@ js_library(
298298 )
299299 http_archive (
300300 name = "mac_beta_chrome" ,
301- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.15 /mac-x64/chrome-mac-x64.zip" ,
302- sha256 = "46dbfe39930cd3a2a45bc85a70bb49c291c258fde5be4d3d4deecc8e3181ae2f " ,
301+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23 /mac-x64/chrome-mac-x64.zip" ,
302+ sha256 = "e03bb09631f918828747b25fddeaf0c1d7ad898dbf034ab8c42cd0acd09e47df " ,
303303 strip_prefix = "chrome-mac-x64" ,
304304 patch_cmds = [
305305 "mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -319,8 +319,8 @@ js_library(
319319 )
320320 http_archive (
321321 name = "linux_beta_chromedriver" ,
322- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.15 /linux64/chromedriver-linux64.zip" ,
323- sha256 = "b180e7569aa10a10e5b112b2b6cc21d126499122eaba0e90d264713285cc9104 " ,
322+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23 /linux64/chromedriver-linux64.zip" ,
323+ sha256 = "367a6b3fc321893d54c2b5eb55277759ac861d10e70dd578089502f333a0cc3b " ,
324324 strip_prefix = "chromedriver-linux64" ,
325325 build_file_content = """
326326load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -337,8 +337,8 @@ js_library(
337337
338338 http_archive (
339339 name = "mac_beta_chromedriver" ,
340- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.15 /mac-x64/chromedriver-mac-x64.zip" ,
341- sha256 = "fda50dbab46115e2185cae0f3eeb8526c3f95175b0d4f7f7871aaf1e63590d5c " ,
340+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23 /mac-x64/chromedriver-mac-x64.zip" ,
341+ sha256 = "95f32d1bd12f2cc9ab19d53c4050fd7da45a9700935b96811354d25a31b9a9f7 " ,
342342 strip_prefix = "chromedriver-mac-x64" ,
343343 build_file_content = """
344344load("@aspect_rules_js//js:defs.bzl", "js_library")
0 commit comments