Skip to content

Commit f3582f9

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent b366548 commit f3582f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ http_archive(
1919

2020
http_archive(
2121
name = "build_bazel_rules_nodejs",
22-
sha256 = "5dd1e5dea1322174c57d3ca7b899da381d516220793d0adef3ba03b9d23baa8e",
23-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.3/rules_nodejs-5.8.3.tar.gz"],
22+
sha256 = "a1295b168f183218bc88117cf00674bcd102498f294086ff58318f830dd9d9d1",
23+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.5/rules_nodejs-5.8.5.tar.gz"],
2424
)
2525

2626
load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
@@ -297,7 +297,7 @@ http_archive(
297297

298298
git_repository(
299299
name = "rules_browsers",
300-
commit = "56ef8007ea07cd1916429bca8bb523433b0e9cdc",
300+
commit = "c3f7358828a6e9c2b08c23bc33b8982f8daea9e5",
301301
remote = "https://github.com/devversion/rules_browsers.git",
302302
)
303303

0 commit comments

Comments
 (0)