File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Node < Formula
2
2
desc "Platform built on V8 to build network applications"
3
3
homepage "https://nodejs.org/"
4
- url "https://nodejs.org/dist/v18.2 .0/node-v18.2 .0.tar.xz"
5
- sha256 "2305b15ebf5547474e905b5002f9ba99c7eeef01d7394dfe6f3846cc6bcad66d "
4
+ url "https://nodejs.org/dist/v18.3 .0/node-v18.3 .0.tar.xz"
5
+ sha256 "3f694a81626e5057cda57898e771d213cfc5a649855f4cf1c6f6cd150c530625 "
6
6
license "MIT"
7
7
head "https://github.com/nodejs/node.git" , branch : "master"
8
8
@@ -52,8 +52,8 @@ class Node < Formula
52
52
# We track major/minor from upstream Node releases.
53
53
# We will accept *important* npm patch releases when necessary.
54
54
resource "npm" do
55
- url "https://registry.npmjs.org/npm/-/npm-8.9 .0.tgz"
56
- sha256 "19a36ab5340cbe5b17d1aa0fa18a5934bbb5b8157db055706b155d98b6f122b7 "
55
+ url "https://registry.npmjs.org/npm/-/npm-8.11 .0.tgz"
56
+ sha256 "f2495337c9483d435457249dfdb40e62c70e7e0fa3f6dfcf21b45f3235a2fcde "
57
57
end
58
58
59
59
def install
You can’t perform that action at this time.
0 commit comments