Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 14, 2024
1 parent 21962fc commit ea49bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module(
name = "chrome_ssh_agent",
)

bazel_dep(name = "rules_go", version = "0.48.1")
bazel_dep(name = "rules_go", version = "0.49.0")
bazel_dep(name = "gazelle", version = "0.37.0")
bazel_dep(name = "rules_nodejs", version = "6.2.0")
bazel_dep(name = "aspect_rules_js", version = "1.42.3")
Expand Down 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.6592.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
version = "128.0.6594.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
)
use_repo(chrome, "chrome_chrome_linux64")

0 comments on commit ea49bca

Please sign in to comment.