Skip to content

Commit 143f8b8

Browse files
committed
chore(deps): update all non-major dependencies
1 parent ef64cb6 commit 143f8b8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ module(
22
name = "chrome_ssh_agent",
33
)
44

5-
bazel_dep(name = "rules_go", version = "0.45.1")
5+
bazel_dep(name = "rules_go", version = "0.46.0")
66
bazel_dep(name = "gazelle", version = "0.35.0")
77
bazel_dep(name = "rules_nodejs", version = "6.0.3")
88
bazel_dep(name = "aspect_rules_js", version = "1.37.1")
99
bazel_dep(name = "aspect_rules_ts", version = "2.1.1")
1010
bazel_dep(name = "aspect_rules_esbuild", version = "0.18.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12-
bazel_dep(name = "rules_pkg", version = "0.10.0")
12+
bazel_dep(name = "rules_pkg", version = "0.10.1")
1313
bazel_dep(name = "rules_proto", version = "6.0.0-rc1")
1414

1515
# Explicitly manage Go version.
@@ -66,6 +66,6 @@ use_repo(rules_ts_ext, "npm_typescript")
6666
# Pull in Chrome for use in tests
6767
chrome = use_extension("//build_defs/chrome:extension.bzl", "chrome")
6868
chrome.download(
69-
version = "123.0.6295.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
69+
version = "123.0.6301.2", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
7070
)
7171
use_repo(chrome, "chrome_chrome_linux64")

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/chromedp/cdproto v0.0.0-20240214232516-ad4608604e9e
1414
github.com/chromedp/chromedp v0.9.5
1515
github.com/norunners/vert v0.0.0-20221203075838-106a353d42dd
16-
golang.org/x/tools v0.17.0
16+
golang.org/x/tools v0.18.0
1717
)
1818

1919
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=
7979
golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
8080
golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc=
8181
golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps=
82+
golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ=
83+
golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=

0 commit comments

Comments
 (0)