Skip to content

Commit 5fc7678

Browse files
authored
fix(deps): update all non-major dependencies (#387)
1 parent 2dd8208 commit 5fc7678

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module(
55
bazel_dep(name = "rules_go", version = "0.52.0")
66
bazel_dep(name = "gazelle", version = "0.41.0")
77
bazel_dep(name = "rules_nodejs", version = "6.3.3")
8-
bazel_dep(name = "aspect_rules_js", version = "2.1.2")
8+
bazel_dep(name = "aspect_rules_js", version = "2.1.3")
99
bazel_dep(name = "aspect_rules_ts", version = "3.4.0")
1010
bazel_dep(name = "aspect_rules_esbuild", version = "0.21.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
@@ -71,6 +71,6 @@ use_repo(rules_ts_ext, "npm_typescript")
7171
# Pull in Chrome for use in tests
7272
chrome = use_extension("//build_defs/chrome:extension.bzl", "chrome")
7373
chrome.download(
74-
version = "134.0.6966.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
74+
version = "134.0.6979.0", # renovate: datasource=custom.chrome-for-testing depName=chrome versioning=loose
7575
)
7676
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
require (
1414
github.com/bazelbuild/rules_go v0.52.0
1515
github.com/chromedp/cdproto v0.0.0-20250120090109-d38428e4d9c8
16-
github.com/chromedp/chromedp v0.11.2
16+
github.com/chromedp/chromedp v0.12.1
1717
github.com/norunners/vert v0.0.0-20221203075838-106a353d42dd
1818
golang.org/x/tools v0.29.0
1919
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ github.com/chromedp/cdproto v0.0.0-20250120090109-d38428e4d9c8 h1:Q2byC+xLgH/Z7h
1414
github.com/chromedp/cdproto v0.0.0-20250120090109-d38428e4d9c8/go.mod h1:RTGuBeCeabAJGi3OZf71a6cGa7oYBfBP75VJZFLv6SU=
1515
github.com/chromedp/chromedp v0.11.2 h1:ZRHTh7DjbNTlfIv3NFTbB7eVeu5XCNkgrpcGSpn2oX0=
1616
github.com/chromedp/chromedp v0.11.2/go.mod h1:lr8dFRLKsdTTWb75C/Ttol2vnBKOSnt0BW8R9Xaupi8=
17+
github.com/chromedp/chromedp v0.12.1 h1:kBMblXk7xH5/6j3K9uk8d7/c+fzXWiUsCsPte0VMwOA=
18+
github.com/chromedp/chromedp v0.12.1/go.mod h1:F6+wdq9LKFDMoyxhq46ZLz4VLXrsrCAR3sFqJz4Nqc0=
1719
github.com/chromedp/sysutil v1.1.0 h1:PUFNv5EcprjqXZD9nJb9b/c9ibAbxiYo4exNWZyipwM=
1820
github.com/chromedp/sysutil v1.1.0/go.mod h1:WiThHUdltqCNKGc4gaU50XgYjwjYIhKWoHGPTUfWTJ8=
1921
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"web-locks": "^0.0.8"
88
},
99
"devDependencies": {
10-
"@types/chrome": "^0.0.297",
10+
"@types/chrome": "^0.0.299",
1111
"typescript": "^5.7.3"
1212
}
1313
}

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)