From 314f95949c062bba223461a078637128d663cc83 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 26 Jan 2021 15:00:57 -0500 Subject: [PATCH 1/2] node 15.7.0 --- Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 12efcf849a3f0..61b24eaf1441e 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -1,8 +1,8 @@ class Node < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v15.6.0/node-v15.6.0.tar.gz" - sha256 "1dd3681e85bb9c8205a331bfac5121050893defb5ad9d04698239aeef4e736b3" + url "https://nodejs.org/dist/v15.7.0/node-v15.7.0.tar.xz" + sha256 "ef5eceabed802356859e3340d42f88ca3ded7d39fb7da1c18575887bc628dbda" license "MIT" head "https://github.com/nodejs/node.git" From d3fc5d946669796996ac3a9909f287726086d559 Mon Sep 17 00:00:00 2001 From: rui Date: Tue, 26 Jan 2021 19:05:21 -0500 Subject: [PATCH 2/2] npm 7.4.3 --- Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 61b24eaf1441e..2cc15894da062 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -26,8 +26,8 @@ class Node < Formula # We track major/minor from upstream Node releases. # We will accept *important* npm patch releases when necessary. resource "npm" do - url "https://registry.npmjs.org/npm/-/npm-7.4.0.tgz" - sha256 "c2c967a48ef560014c19f4d041f3d9d610289ae873582e88308808e3e35cccce" + url "https://registry.npmjs.org/npm/-/npm-7.4.3.tgz" + sha256 "44991c711b6b63e059738eb50e43cf9639db4f659b2b0deb00ba08979a93c314" end def install