@@ -11,8 +11,8 @@ def pin_browsers():
1111
1212 http_archive (
1313 name = "linux_firefox" ,
14- url = "https://ftp.mozilla.org/pub/firefox/releases/139.0.1 /linux-x86_64/en-US/firefox-139.0.1 .tar.xz" ,
15- sha256 = "f1a264f61d41700e8fcfa2310478d0c909655399a413072664fddaf612b53c07 " ,
14+ url = "https://ftp.mozilla.org/pub/firefox/releases/139.0.4 /linux-x86_64/en-US/firefox-139.0.4 .tar.xz" ,
15+ sha256 = "fe22686f09a0c46390fea430b26cccc323d92af26869699f394f25b5e71527a3 " ,
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/139.0.1 /mac/en-US/Firefox%20139.0.1 .dmg" ,
37- sha256 = "243478e2a2fd5d9dd0cc261c812b0146e433d703fec960c27c7284b2de7e65bc " ,
36+ url = "https://ftp.mozilla.org/pub/firefox/releases/139.0.4 /mac/en-US/Firefox%20139.0.4 .dmg" ,
37+ sha256 = "fc058bf34094828c0919ad81672d697cf01dfa291ba9b11e0b1c119588878405 " ,
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/140.0b6 /linux-x86_64/en-US/firefox-140.0b6 .tar.xz" ,
54- sha256 = "ae3fc88078ea41f85a24ab6c4f865b476ceebef4c3a2117e02607c7afdc191a8 " ,
53+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b7 /linux-x86_64/en-US/firefox-140.0b7 .tar.xz" ,
54+ sha256 = "a6e232e676e9b1490d673745da8221614e7cab68ed73003e41d6a07d91062af8 " ,
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/140.0b6 /mac/en-US/Firefox%20140.0b6 .dmg" ,
76- sha256 = "cd0326af92ca17e5121c916edfe10e913ec39d8ccd16c079207effa7d4aaab75 " ,
75+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b7 /mac/en-US/Firefox%20140.0b7 .dmg" ,
76+ sha256 = "24a756a979ef4c23e223002e8cb748ad69236f023f0ba0168d98add4f5d0cb8e " ,
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/137.0.7151.68 /linux64/chrome-linux64.zip" ,
203- sha256 = "5e92980724bb8577964d6914a6faa8021ff9b640944673e9b5fcb6eccfc16c8e " ,
202+ url = "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70 /linux64/chrome-linux64.zip" ,
203+ sha256 = "da1424d975dbe963b0a7f7f8e8c2e477bfed6b3430a2bc0b287f1c247ec62ee3 " ,
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/137.0.7151.68 /mac-x64/chrome-mac-x64.zip" ,
224- sha256 = "d15327182bee2493286f5f0c526ab6efb7888944d6714ffba5b67997e6c1af93 " ,
223+ url = "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70 /mac-x64/chrome-mac-x64.zip" ,
224+ sha256 = "2ea79a9457dbaffae6fbdf592c93776ac859dca98b448f7513cdd68234454a07 " ,
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/137.0.7151.68 /linux64/chromedriver-linux64.zip" ,
245- sha256 = "05e356b3dd497a26f5e3412c67b59976853458f1b3aa5b2b9f606cecdf922586 " ,
244+ url = "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70 /linux64/chromedriver-linux64.zip" ,
245+ sha256 = "cade69e8d67f4951049e56d796111755e0bf9240d26378975a95c8423bb3f55a " ,
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/137.0.7151.68 /mac-x64/chromedriver-mac-x64.zip" ,
263- sha256 = "f369406a48ca98edfc1845e3900be039ab4c93deabe941288514bb402631a5c1 " ,
262+ url = "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70 /mac-x64/chromedriver-mac-x64.zip" ,
263+ sha256 = "d80825e87543d99ad7a8b9356fb236ddb7df3ba087f8f314991195da27a7ccc3 " ,
264264 strip_prefix = "chromedriver-mac-x64" ,
265265 build_file_content = """
266266load("@aspect_rules_js//js:defs.bzl", "js_library")
0 commit comments