@@ -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/136.0.7103.94 /linux64/chrome-linux64.zip" ,
203
- sha256 = "12a23e8a19f90eb785f568219ff1d04d3b30ea3c909d8499f26a76c8c3172c28 " ,
202
+ url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113 /linux64/chrome-linux64.zip" ,
203
+ sha256 = "a9ec3b5f654745360095f4e066b6b78442e56fe4124831051449813e5c4e0f95 " ,
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/136.0.7103.94 /mac-x64/chrome-mac-x64.zip" ,
225
- sha256 = "e4152cf4ae75b28302707c588de5d907ed5cf5864cbf4cedc9b4bf40b66abbf1 " ,
224
+ url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113 /mac-x64/chrome-mac-x64.zip" ,
225
+ sha256 = "4c7f9dc303fb16e028ed5430406ec2ff10664da15fedc5757c5672fbea58dd22 " ,
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/136.0.7103.94 /linux64/chromedriver-linux64.zip" ,
247
- sha256 = "308a83370d698ea7f7e3ae1f5b0dccc6c59408483d0c4d039c2f3befd5bed489 " ,
246
+ url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113 /linux64/chromedriver-linux64.zip" ,
247
+ sha256 = "121e7af496671aec492ac910d192446c3038d565f8be93e1eaaef7b113f4ce8c " ,
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/136.0.7103.94 /mac-x64/chromedriver-mac-x64.zip" ,
265
- sha256 = "5870fe17dd2c5d8ffb942c56d57a518e8a94d358e19b61e74cadd2a196e5d370 " ,
264
+ url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113 /mac-x64/chromedriver-mac-x64.zip" ,
265
+ sha256 = "171e8df024bb23c9078d971d5f6302a7946b1f53400368b934b1ba1de0074eaa " ,
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