@@ -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")
0 commit comments