diff --git a/Formula/node.rb b/Formula/node.rb index e365d39b51ef2..35de2359f5512 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/v18.2.0/node-v18.2.0.tar.xz" - sha256 "2305b15ebf5547474e905b5002f9ba99c7eeef01d7394dfe6f3846cc6bcad66d" + url "https://nodejs.org/dist/v18.3.0/node-v18.3.0.tar.xz" + sha256 "3f694a81626e5057cda57898e771d213cfc5a649855f4cf1c6f6cd150c530625" license "MIT" head "https://github.com/nodejs/node.git", branch: "master" @@ -52,8 +52,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-8.9.0.tgz" - sha256 "19a36ab5340cbe5b17d1aa0fa18a5934bbb5b8157db055706b155d98b6f122b7" + url "https://registry.npmjs.org/npm/-/npm-8.11.0.tgz" + sha256 "f2495337c9483d435457249dfdb40e62c70e7e0fa3f6dfcf21b45f3235a2fcde" end def install