Skip to content

Commit 38606e7

Browse files
committed
Update dependency build_bazel_rules_nodejs to v3.2.0
1 parent f7dc51a commit 38606e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

+2-2
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 = "fcc6dccb39ca88d481224536eb8f9fa754619676c6163f87aa6af94059b02b12",
20+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.0/rules_nodejs-3.2.0.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)