Skip to content

Commit ae3579b

Browse files
committed
build: update dependency build_bazel_rules_nodejs to v6
See associated pull request for more information.
1 parent 9a81066 commit ae3579b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
99
http_archive(
1010
name = "build_bazel_rules_nodejs",
1111
sha256 = "709cc0dcb51cf9028dd57c268066e5bc8f03a119ded410a13b5c3925d6e43c48",
12-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-5.8.4.tar.gz"],
12+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.5.0/rules_nodejs-5.8.4.tar.gz"],
1313
)
1414

1515
# Add skylib which contains common Bazel utilities.

0 commit comments

Comments
 (0)