@@ -199,8 +199,8 @@ js_library(
199
199
200
200
http_archive (
201
201
name = "linux_chrome" ,
202
- url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61 /linux64/chrome-linux64.zip" ,
203
- sha256 = "14492d3cfe33cb11d4cc310321182ebf839d33687494c0bb528b05225b9b5f0c " ,
202
+ url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62 /linux64/chrome-linux64.zip" ,
203
+ sha256 = "6f42045c9134bdd3cfcea03fb54876ad061da998cabd624c92a25ac6811cd737 " ,
204
204
build_file_content = """
205
205
load("@aspect_rules_js//js:defs.bzl", "js_library")
206
206
package(default_visibility = ["//visibility:public"])
@@ -221,8 +221,8 @@ js_library(
221
221
222
222
http_archive (
223
223
name = "mac_chrome" ,
224
- url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61 /mac-x64/chrome-mac-x64.zip" ,
225
- sha256 = "5b7753cc0102151c8e162c4ed66df8303e390d90ae193a290db1c406cf0fa644 " ,
224
+ url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62 /mac-x64/chrome-mac-x64.zip" ,
225
+ sha256 = "be21f6b9387c6e52c318b60379291959693889e27c3e64111e95135ecffa82ad " ,
226
226
strip_prefix = "chrome-mac-x64" ,
227
227
patch_cmds = [
228
228
"mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -243,8 +243,8 @@ js_library(
243
243
244
244
http_archive (
245
245
name = "linux_chromedriver" ,
246
- url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61 /linux64/chromedriver-linux64.zip" ,
247
- sha256 = "eef5a27798bd6cecae18bdaff64773bf6c96d99a9634d6434127120eb89ac713 " ,
246
+ url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62 /linux64/chromedriver-linux64.zip" ,
247
+ sha256 = "a304e692480c726bae846bf6dee36316305d0b8f4826dfafeab8d6bbbc6e7214 " ,
248
248
strip_prefix = "chromedriver-linux64" ,
249
249
build_file_content = """
250
250
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -261,8 +261,8 @@ js_library(
261
261
262
262
http_archive (
263
263
name = "mac_chromedriver" ,
264
- url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61 /mac-x64/chromedriver-mac-x64.zip" ,
265
- sha256 = "3af4643bf9815ce93722a66dbe32b33ac04f05a673abe60e6fffd2b17b6007d9 " ,
264
+ url = "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62 /mac-x64/chromedriver-mac-x64.zip" ,
265
+ sha256 = "05665a6b5fb71141b5d519998e36f01b650f661942a56dd7f6b929896ae38333 " ,
266
266
strip_prefix = "chromedriver-mac-x64" ,
267
267
build_file_content = """
268
268
load("@aspect_rules_js//js:defs.bzl", "js_library")
0 commit comments