@@ -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/135.0.7049.95 /linux64/chrome-linux64.zip" ,
203
- sha256 = "bf406b6de491825f7db9d4b635b9ba56a8e8b6e60fac130382f561bb62f12d7e " ,
202
+ url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.97 /linux64/chrome-linux64.zip" ,
203
+ sha256 = "dca0a86931162c85fbd054cc037519fcf855dca912c7fd2dc2e2e48fb7d59961 " ,
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/135.0.7049.95 /mac-x64/chrome-mac-x64.zip" ,
225
- sha256 = "949f46e9fd58b96a3c5fc436dde9b4aa04e683258a83867d6f0ec8abb58537ec " ,
224
+ url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.97 /mac-x64/chrome-mac-x64.zip" ,
225
+ sha256 = "53880ac98a04490c647d1a5649eb0ebd8001741bb17501df34908e8826fe516f " ,
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/135.0.7049.95 /linux64/chromedriver-linux64.zip" ,
247
- sha256 = "64e1f8bf5bbb94983dff82874b79f45039e5463323e8912d38b83a1277f9e272 " ,
246
+ url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.97 /linux64/chromedriver-linux64.zip" ,
247
+ sha256 = "12a0e6e8035b3671a7a884e33949f1f5154d2d2ca68593715851f6f3a5e836ec " ,
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/135.0.7049.95 /mac-x64/chromedriver-mac-x64.zip" ,
265
- sha256 = "9bf330af1a080d6bbda6dc80cf064de371941e65b826cfc5a589628d1c78aef9 " ,
264
+ url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.97 /mac-x64/chromedriver-mac-x64.zip" ,
265
+ sha256 = "2eedf6406ca4e9f11a4c196ce56e8d25c15dc68bd8ea07c7da8423d2327e9aa1 " ,
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