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 Mar 27, 2024
1 parent e74c12b commit c66f3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_nodejs",
version = "5.8.3",
version = "6.0.5",
)
bazel_dep(
name = "rules_python",
Expand Down
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.0.5/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.0.5",
)
bazel_dep(
name = "aspect_rules_js",
Expand Down

0 comments on commit c66f3ce

Please sign in to comment.