Skip to content

Commit

Permalink
Merge pull request #83 from Kartones/renovate/all-patch
Browse files Browse the repository at this point in the history
chore(deps): update dependency rules_nodejs to v6.0.5
  • Loading branch information
Kartones authored Feb 27, 2024
2 parents b467c2b + 59db13d commit 7f238d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Base for JS
http_archive(
name = "rules_nodejs",
sha256 = "f36e4a4747210331767033dc30728ae3df0856e88ecfdc48a0077ba874db16c3",
strip_prefix = "rules_nodejs-6.0.3",
url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.3/rules_nodejs-v6.0.3.tar.gz",
sha256 = "a50986c7d2f2dc43a5b9b81a6245fd89bdc4866f1d5e316d9cef2782dd859292",
strip_prefix = "rules_nodejs-6.0.5",
url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.5/rules_nodejs-v6.0.5.tar.gz",
)

# Must-have for JS
Expand Down

0 comments on commit 7f238d2

Please sign in to comment.