diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2022-04-04 12:50:20 +0900 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-04-16 11:00:20 -0700 |
commit | 5beac5427709e562fd39f0f198cd4dfb7eaa286a (patch) | |
tree | 7da3277f9af766a84ab4a2389b867007e10d69be /lang/node/patches/999-localhost-no-addrconfig.patch | |
parent | 596846069145e77efa888c19b954db72c67359c3 (diff) |
node: Major update from v14 to v16
This update also changes npm from v6 to v8.
This change also requires node module packages to be modified.
Each package will be updated later.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node/patches/999-localhost-no-addrconfig.patch')
-rw-r--r-- | lang/node/patches/999-localhost-no-addrconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/node/patches/999-localhost-no-addrconfig.patch b/lang/node/patches/999-localhost-no-addrconfig.patch index 3314648f8..c61a35086 100644 --- a/lang/node/patches/999-localhost-no-addrconfig.patch +++ b/lang/node/patches/999-localhost-no-addrconfig.patch @@ -13,7 +13,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816 // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the -@@ -1039,13 +1040,6 @@ function lookupAndConnect(self, options) +@@ -1037,13 +1038,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0 }; |