@@ -11,8 +11,8 @@ def pin_browsers():
1111
1212 http_archive (
1313 name = "linux_firefox" ,
14- url = "https://ftp.mozilla.org/pub/firefox/releases/132.0.1 /linux-x86_64/en-US/firefox-132.0.1 .tar.bz2" ,
15- sha256 = "ecdcb4787263cacd31aa3a1b62c14f1d3b69af44a0b40f9eb040852f401097c1 " ,
14+ url = "https://ftp.mozilla.org/pub/firefox/releases/132.0.2 /linux-x86_64/en-US/firefox-132.0.2 .tar.bz2" ,
15+ sha256 = "777d47f8b8710ab450582dc0dc0cdf8f43c2291249b3eaf740ee28ee34cda139 " ,
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/132.0.1 /mac/en-US/Firefox%20132.0.1 .dmg" ,
37- sha256 = "409c0bdb4e434c1191b71504626f8165b01e2582e561a870591940186614be2e " ,
36+ url = "https://ftp.mozilla.org/pub/firefox/releases/132.0.2 /mac/en-US/Firefox%20132.0.2 .dmg" ,
37+ sha256 = "233251c46eb4964868d815a9233cab855ac6160736310771a67af93a9b78224d " ,
3838 build_file_content = """
3939load("@aspect_rules_js//js:defs.bzl", "js_library")
4040package(default_visibility = ["//visibility:public"])
@@ -50,8 +50,8 @@ js_library(
5050
5151 http_archive (
5252 name = "linux_beta_firefox" ,
53- url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b6 /linux-x86_64/en-US/firefox-133.0b6 .tar.bz2" ,
54- sha256 = "0f600dd3225ca6824004d28449e94d3768012f49eaea5506c618a199f234486e " ,
53+ url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b7 /linux-x86_64/en-US/firefox-133.0b7 .tar.bz2" ,
54+ sha256 = "29f343caefcc1903b606aa59478155683cef709af15659203dc38fe0b33ec7d2 " ,
5555 build_file_content = """
5656load("@aspect_rules_js//js:defs.bzl", "js_library")
5757package(default_visibility = ["//visibility:public"])
@@ -72,8 +72,8 @@ js_library(
7272
7373 dmg_archive (
7474 name = "mac_beta_firefox" ,
75- url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b6 /mac/en-US/Firefox%20133.0b6 .dmg" ,
76- sha256 = "a6be00e4471d07eefc149a73e564232f2051fa8a39c1e12385550c8822f128b5 " ,
75+ url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b7 /mac/en-US/Firefox%20133.0b7 .dmg" ,
76+ sha256 = "239e62e0e222029ad1652c0f082ae1285441302cf3ecb62f6d75b328f9b266e4 " ,
7777 build_file_content = """
7878load("@aspect_rules_js//js:defs.bzl", "js_library")
7979package(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/130 .0.6723.116 /linux64/chrome-linux64.zip" ,
203- sha256 = "3e71b99204dc191a8692048526a4ad41803b8b9035ea4ef14eb9b1d37331e1f1 " ,
202+ url = "https://storage.googleapis.com/chrome-for-testing-public/131 .0.6778.69 /linux64/chrome-linux64.zip" ,
203+ sha256 = "3e33f61511e5e9dabac0d7a57b4bb975555ed1d4dababa7898205c030f82e4e3 " ,
204204 build_file_content = """
205205load("@aspect_rules_js//js:defs.bzl", "js_library")
206206package(default_visibility = ["//visibility:public"])
@@ -221,8 +221,8 @@ js_library(
221221
222222 http_archive (
223223 name = "mac_chrome" ,
224- url = "https://storage.googleapis.com/chrome-for-testing-public/130 .0.6723.116 /mac-x64/chrome-mac-x64.zip" ,
225- sha256 = "2f535efa4d92c9aa3c7a1fd896ae4088d6a306150649bb7c1e6ef20f7d536476 " ,
224+ url = "https://storage.googleapis.com/chrome-for-testing-public/131 .0.6778.69 /mac-x64/chrome-mac-x64.zip" ,
225+ sha256 = "72a52967c80f9f145856d08d91052eaa27f6b951f9a4d8ab279f192b98784e41 " ,
226226 strip_prefix = "chrome-mac-x64" ,
227227 patch_cmds = [
228228 "mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -243,8 +243,8 @@ js_library(
243243
244244 http_archive (
245245 name = "linux_chromedriver" ,
246- url = "https://storage.googleapis.com/chrome-for-testing-public/130 .0.6723.116 /linux64/chromedriver-linux64.zip" ,
247- sha256 = "35b6751942cb589e8bde4733cf6dc7a1484693a56004e5dc8d994beede19e847 " ,
246+ url = "https://storage.googleapis.com/chrome-for-testing-public/131 .0.6778.69 /linux64/chromedriver-linux64.zip" ,
247+ sha256 = "afc7b41aa0e1606e8cc177c776287d836635690964e39eab1ed94d63a0c96be2 " ,
248248 strip_prefix = "chromedriver-linux64" ,
249249 build_file_content = """
250250load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -261,8 +261,8 @@ js_library(
261261
262262 http_archive (
263263 name = "mac_chromedriver" ,
264- url = "https://storage.googleapis.com/chrome-for-testing-public/130 .0.6723.116 /mac-x64/chromedriver-mac-x64.zip" ,
265- sha256 = "f8f71dfbed7dfe7255b2a1abda3cf28cc4d661f6f653dc1282735c703c86b865 " ,
264+ url = "https://storage.googleapis.com/chrome-for-testing-public/131 .0.6778.69 /mac-x64/chromedriver-mac-x64.zip" ,
265+ sha256 = "92583e52f601951d3e0849891239bb2f6ff00dd8f8fd6c908473cc21c0533dd2 " ,
266266 strip_prefix = "chromedriver-mac-x64" ,
267267 build_file_content = """
268268load("@aspect_rules_js//js:defs.bzl", "js_library")
0 commit comments