Skip to content

Commit

Permalink
chore(deps): update dependency chrome to v128.0.6580.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 6, 2024
1 parent d3b61ab commit 9b61cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ use_repo(rules_ts_ext, "npm_typescript")
# Pull in Chrome for use in tests
chrome = use_extension("//build_defs/chrome:extension.bzl", "chrome")
chrome.download(
version = "128.0.6579.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
version = "128.0.6580.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
)
use_repo(chrome, "chrome_chrome_linux64")

0 comments on commit 9b61cba

Please sign in to comment.