@@ -11,8 +11,8 @@ def pin_browsers():
1111
1212 http_archive (
1313 name = "linux_firefox" ,
14- url = "https://ftp.mozilla.org/pub/firefox/releases/140.0.2 /linux-x86_64/en-US/firefox-140.0.2 .tar.xz" ,
15- sha256 = "0de987e3065409d7feeba28e8b9c59c8270b917a293c140a5423579c7e70f8ce " ,
14+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0.4 /linux-x86_64/en-US/firefox-140.0.4 .tar.xz" ,
15+ sha256 = "63e0033e6f4dd0576074de3cf1f70feec43359f923ed9055e554cf84b13856f6 " ,
1616 build_file_content = """
1717load("@aspect_rules_js//js:defs.bzl", "js_library")
1818package(default_visibility = ["//visibility:public"])
@@ -33,8 +33,8 @@ js_library(
3333
3434 dmg_archive (
3535 name = "mac_firefox" ,
36- url = "https://ftp.mozilla.org/pub/firefox/releases/140.0.2 /mac/en-US/Firefox%20140.0.2 .dmg" ,
37- sha256 = "4584538f48fc104a83cd5b62b72f027e70bffb8cb6ea56dd24e3657347cfa979 " ,
36+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0.4 /mac/en-US/Firefox%20140.0.4 .dmg" ,
37+ sha256 = "e97d88d6ac04766cc52963d0d8f567bd39464bfc612167cd81627e6bb22d1d8c " ,
3838 build_file_content = """
3939load("@aspect_rules_js//js:defs.bzl", "js_library")
4040package(default_visibility = ["//visibility:public"])
@@ -182,8 +182,8 @@ js_library(
182182
183183 http_archive (
184184 name = "mac_edgedriver" ,
185- url = "https://msedgedriver.azureedge.net/138.0.3351.65 /edgedriver_mac64.zip" ,
186- sha256 = "17307f5a12531c0e3209522ff1887fe37aaf896c27c0148157ba54f347f50492 " ,
185+ url = "https://msedgedriver.azureedge.net/138.0.3351.77 /edgedriver_mac64.zip" ,
186+ sha256 = "57a0dbd5ce37cf2600410307e91c09f6eb78746cc02221e7309e0a6feb37725f " ,
187187 build_file_content = """
188188load("@aspect_rules_js//js:defs.bzl", "js_library")
189189package(default_visibility = ["//visibility:public"])
@@ -199,8 +199,8 @@ js_library(
199199
200200 http_archive (
201201 name = "linux_chrome" ,
202- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92 /linux64/chrome-linux64.zip" ,
203- sha256 = "c8bce5bd95f82521ee7c83d9f020104ca0a77ff76cad6d45dbf8e244910f46d1 " ,
202+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94 /linux64/chrome-linux64.zip" ,
203+ sha256 = "7766500a69967e997814d694d32a11d60b65462473210d606118461b254607b5 " ,
204204 build_file_content = """
205205load("@aspect_rules_js//js:defs.bzl", "js_library")
206206package(default_visibility = ["//visibility:public"])
@@ -220,8 +220,8 @@ js_library(
220220 )
221221 http_archive (
222222 name = "mac_chrome" ,
223- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92 /mac-x64/chrome-mac-x64.zip" ,
224- sha256 = "889784221d05ba0ff8fd4ca8befc6696b3dd4d2e630f7825c3fec8cedb6a8021 " ,
223+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94 /mac-x64/chrome-mac-x64.zip" ,
224+ sha256 = "4eeb938a161b3eddf04f6fd1bdb5b1857003446329a5d247d535b020c076ae4d " ,
225225 strip_prefix = "chrome-mac-x64" ,
226226 patch_cmds = [
227227 "mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -241,8 +241,8 @@ js_library(
241241 )
242242 http_archive (
243243 name = "linux_chromedriver" ,
244- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92 /linux64/chromedriver-linux64.zip" ,
245- sha256 = "4bb3830e85ee50fceed2634c1552842350a267d8d822e3da07cb053f840a8261 " ,
244+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94 /linux64/chromedriver-linux64.zip" ,
245+ sha256 = "59db6a59947f6f623cd66c56ce6532df96b14f3e8350144a3a246f9b51ffc28c " ,
246246 strip_prefix = "chromedriver-linux64" ,
247247 build_file_content = """
248248load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -259,8 +259,8 @@ js_library(
259259
260260 http_archive (
261261 name = "mac_chromedriver" ,
262- url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92 /mac-x64/chromedriver-mac-x64.zip" ,
263- sha256 = "5d1a8aed0a7ac955680a1a33964f1d48b2d09241752c79914de64012bd5e6ddb " ,
262+ url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94 /mac-x64/chromedriver-mac-x64.zip" ,
263+ sha256 = "3330c58df57b75b166286aac87ce2da2587d2cb6789eb7423551391c4f489e51 " ,
264264 strip_prefix = "chromedriver-mac-x64" ,
265265 build_file_content = """
266266load("@aspect_rules_js//js:defs.bzl", "js_library")
0 commit comments