From e35bc47add9bc09cf65e98326740b08f536759cf Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Wed, 2 Nov 2022 17:17:23 +0100 Subject: [PATCH] Bump `nodejs14_amd64` to `14.21.0` --- node_archives.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index 348174738..4a97401fb 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -6,10 +6,10 @@ def repositories(): http_archive( name = "nodejs14_amd64", build_file = "//nodejs:BUILD.nodejs", - sha256 = "0aab09a55c11fbd1e6c40356809a86eaaf3330fc96e26f9443f82d46d8f8da5f", - strip_prefix = "node-v14.20.1-linux-x64/", + sha256 = "ac808106e79f90bbb0ceb44c5c9c57306117f21d962f0ca54a58993266c514dc", + strip_prefix = "node-v14.21.0-linux-x64/", type = "tar.gz", - urls = ["https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-x64.tar.gz"], + urls = ["https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-x64.tar.gz"], ) http_archive(