Skip to content

Commit ef0c5ff

Browse files
committed
Update dependency build_bazel_rules_nodejs to v3.4.2
1 parent f7dc51a commit ef0c5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ http_archive(
1616

1717
http_archive(
1818
name = "build_bazel_rules_nodejs",
19-
sha256 = "dd4dc46066e2ce034cba0c81aa3e862b27e8e8d95871f567359f7a534cccb666",
20-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.1.0/rules_nodejs-3.1.0.tar.gz"],
19+
sha256 = "65067dcad93a61deb593be7d3d9a32a4577d09665536d8da536d731da5cd15e2",
20+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.2/rules_nodejs-3.4.2.tar.gz"],
2121
)
2222

2323
# The npm_install rule runs yarn anytime the package.json or package-lock.json file changes.

0 commit comments

Comments
 (0)