diff --git a/WORKSPACE b/WORKSPACE index 576a20f34..691a95ce5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -56,9 +56,9 @@ nodejs_register_toolchains( http_archive( name = "aspect_rules_js", - sha256 = "ca638e0aa33b087706bc7f5e887ce01cdf6ec82de00660f22409fa8be34a8ce2", - strip_prefix = "rules_js-2.4.1", - url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.1/rules_js-v2.4.1.tar.gz", + sha256 = "b71565da7a811964e30cccb405544d551561e4b56c65f0c0aeabe85638920bd6", + strip_prefix = "rules_js-2.4.2", + url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.2/rules_js-v2.4.2.tar.gz", ) load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")