diff --git a/WORKSPACE b/WORKSPACE index 54498ad..7532c72 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,8 +16,8 @@ http_archive( http_archive( name = "build_bazel_rules_nodejs", - sha256 = "dd4dc46066e2ce034cba0c81aa3e862b27e8e8d95871f567359f7a534cccb666", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.1.0/rules_nodejs-3.1.0.tar.gz"], + sha256 = "e79c08a488cc5ac40981987d862c7320cee8741122a2649e9b08e850b6f20442", + urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.8.0/rules_nodejs-3.8.0.tar.gz"], ) # The npm_install rule runs yarn anytime the package.json or package-lock.json file changes.