diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2022-06-01 12:22:34 +0900 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-31 23:14:52 -0700 |
commit | fcfd2599d9fad84301a42b9597e9a71bdd0f267f (patch) | |
tree | 79b6fa15445c6cc7b24eeee6009e84816ba986b3 /lang/node/patches/999-localhost-no-addrconfig.patch | |
parent | 37f9b77b01fd148c946dc313869602fb8203eaea (diff) |
node: bump to v16.15.0
Description:
Update from v16.15.0
Changed handling of host's npm problems due to npm updates.
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 c61a35086..84a906faf 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 -@@ -1037,13 +1038,6 @@ function lookupAndConnect(self, options) +@@ -1059,13 +1060,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0 }; |