@@ -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/141.0.7390.54 /linux64/chrome-linux64.zip" ,
203
- sha256 = "5023ec2b8995b74caa5de0e22d5e30f871c3ecce67a6e52d3c9f9dfed423ed01 " ,
202
+ url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.65 /linux64/chrome-linux64.zip" ,
203
+ sha256 = "c70aee4a995d15349967c3630c382c8c61b7fba7f970930adc293e58ad1ef65e " ,
204
204
build_file_content = """
205
205
load("@aspect_rules_js//js:defs.bzl", "js_library")
206
206
package(default_visibility = ["//visibility:public"])
@@ -220,8 +220,8 @@ js_library(
220
220
)
221
221
http_archive (
222
222
name = "mac_chrome" ,
223
- url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.54 /mac-x64/chrome-mac-x64.zip" ,
224
- sha256 = "9d6b740d792d1d9e51198f98176813a5d1962c763a09cd708053b5aa3dfaa5df " ,
223
+ url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.65 /mac-x64/chrome-mac-x64.zip" ,
224
+ sha256 = "7dac9cac8304cc53c6ae297a3d4e1b4fab2818223fbeaa9cb9eac501bd9cd30a " ,
225
225
strip_prefix = "chrome-mac-x64" ,
226
226
patch_cmds = [
227
227
"mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -241,8 +241,8 @@ js_library(
241
241
)
242
242
http_archive (
243
243
name = "linux_chromedriver" ,
244
- url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.54 /linux64/chromedriver-linux64.zip" ,
245
- sha256 = "98b142a6342b8481084876a4e6747a291762641d9016b10c0178a24959fb6d03 " ,
244
+ url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.65 /linux64/chromedriver-linux64.zip" ,
245
+ sha256 = "eabcd234f516bb85ceeeb9368f694a3b7d3b3f2002d37f2a986f1a212bc9f696 " ,
246
246
strip_prefix = "chromedriver-linux64" ,
247
247
build_file_content = """
248
248
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -259,8 +259,8 @@ js_library(
259
259
260
260
http_archive (
261
261
name = "mac_chromedriver" ,
262
- url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.54 /mac-x64/chromedriver-mac-x64.zip" ,
263
- sha256 = "1140ed8fa9408c09968823ce20703b1303500789b6ce334056635eb477591dca " ,
262
+ url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.65 /mac-x64/chromedriver-mac-x64.zip" ,
263
+ sha256 = "8776657e5718701f9f13740e04efbcff1cb08bcfccc7d459d88008775c05d9e6 " ,
264
264
strip_prefix = "chromedriver-mac-x64" ,
265
265
build_file_content = """
266
266
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -277,8 +277,8 @@ js_library(
277
277
278
278
http_archive (
279
279
name = "linux_beta_chrome" ,
280
- url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.6 /linux64/chrome-linux64.zip" ,
281
- sha256 = "999f72fd31d3d351f08c2170f4734bd3674fd772417f567c243eabd0ab70bcb2 " ,
280
+ url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.23 /linux64/chrome-linux64.zip" ,
281
+ sha256 = "8cfb9247d87419bd750c68b6f29424ad91474e0ee848c3f3cde04da76fbf9c2e " ,
282
282
build_file_content = """
283
283
load("@aspect_rules_js//js:defs.bzl", "js_library")
284
284
package(default_visibility = ["//visibility:public"])
@@ -298,8 +298,8 @@ js_library(
298
298
)
299
299
http_archive (
300
300
name = "mac_beta_chrome" ,
301
- url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.6 /mac-x64/chrome-mac-x64.zip" ,
302
- sha256 = "b85a318a5cd3fa83b7ef4034dc643d134f475a6fe305d3d65af58310bc36fc9f " ,
301
+ url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.23 /mac-x64/chrome-mac-x64.zip" ,
302
+ sha256 = "2024bc564c4e7e26514b8cb4740d9f3760b2f8545d573c0ba08bd2ed3f6fd85f " ,
303
303
strip_prefix = "chrome-mac-x64" ,
304
304
patch_cmds = [
305
305
"mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -319,8 +319,8 @@ js_library(
319
319
)
320
320
http_archive (
321
321
name = "linux_beta_chromedriver" ,
322
- url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.6 /linux64/chromedriver-linux64.zip" ,
323
- sha256 = "da19a48eca2e7a09d757003eda2e814c8b7a9db462301faccc24564e5e593eca " ,
322
+ url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.23 /linux64/chromedriver-linux64.zip" ,
323
+ sha256 = "6309f4601340d2a0c8df04e239a4696f1f5427be8e53545a2a321b640be2a0de " ,
324
324
strip_prefix = "chromedriver-linux64" ,
325
325
build_file_content = """
326
326
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -337,8 +337,8 @@ js_library(
337
337
338
338
http_archive (
339
339
name = "mac_beta_chromedriver" ,
340
- url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.6 /mac-x64/chromedriver-mac-x64.zip" ,
341
- sha256 = "156dc49c7f1707c72b670182d63fc2e6414734950221ba5c2fc133f580ed3713 " ,
340
+ url = "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.23 /mac-x64/chromedriver-mac-x64.zip" ,
341
+ sha256 = "695d4c4d71f31df7ea9d8bfccd19075662212b7fed9f9487fa2fa2aaa790faa6 " ,
342
342
strip_prefix = "chromedriver-mac-x64" ,
343
343
build_file_content = """
344
344
load("@aspect_rules_js//js:defs.bzl", "js_library")
0 commit comments