From 03e8cf1f10673a6788c53523dd06441894cb79a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 06:50:42 +0000 Subject: [PATCH] chore(deps): update dependency build_bazel_rules_nodejs to v6 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index bf79a1d..8cdd8af 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -193,7 +193,7 @@ http_archive( http_archive( name = "build_bazel_rules_nodejs", sha256 = "c911b5bd8aee8b0498cc387cacdb5f917098ce477fb4182db07b0ef8a9e045c0", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.7.1/rules_nodejs-4.7.1.tar.gz"], + urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.0/rules_nodejs-4.7.1.tar.gz"], ) http_archive(