Skip to content

Commit

Permalink
Update dependency rules_nodejs to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent 4028464 commit 3cc6a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def rules_haskell_dependencies():
http_archive(
name = "rules_nodejs",
sha256 = "8fc8e300cb67b89ceebd5b8ba6896ff273c84f6099fc88d23f24e7102319d8fd",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-core-5.8.4.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.0/rules_nodejs-core-5.8.4.tar.gz"],
)

http_archive(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_nodejs",
version = "5.8.3",
version = "6.1.0",
)
bazel_dep(
name = "aspect_rules_js",
Expand Down

0 comments on commit 3cc6a4b

Please sign in to comment.