Skip to content

Commit 124003d

Browse files
angular-robotjosephperrott
authored andcommitted
build: update dependency aspect_rules_js to v2.4.1 (#2909)
See associated pull request for more information. PR Close #2909
1 parent cde8110 commit 124003d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ nodejs_register_toolchains(
5656

5757
http_archive(
5858
name = "aspect_rules_js",
59-
sha256 = "961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165",
60-
strip_prefix = "rules_js-2.4.0",
61-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.0/rules_js-v2.4.0.tar.gz",
59+
sha256 = "ca638e0aa33b087706bc7f5e887ce01cdf6ec82de00660f22409fa8be34a8ce2",
60+
strip_prefix = "rules_js-2.4.1",
61+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.1/rules_js-v2.4.1.tar.gz",
6262
)
6363

6464
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

0 commit comments

Comments
 (0)