diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2022-08-23 11:44:16 +0900 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-08-23 08:24:51 +0200 |
commit | 841b38f37a5e3f9ad1812aaae1688dcba69e1fe5 (patch) | |
tree | 0fab710cef892e323360ad4035dc47ecb0900804 /lang/node/patches/999-localhost-no-addrconfig.patch | |
parent | 754ba8920b1d5a61250897e146d1ad50778a7567 (diff) |
node: bump to v16.17.0
Notable Changes:
Experimental command-line argument parser API
Experimental ESM Loader Hooks API
Experimental test runner
Improved interoperability of the Web Crypto API
Dependency updates:
Updated Corepack to 0.12.1
Updated ICU to 71.1
Updated npm to 8.15.0
Updated Undici to 5.8.0
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 84a906faf..b81c59eef 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 -@@ -1059,13 +1060,6 @@ function lookupAndConnect(self, options) +@@ -1118,13 +1119,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0 }; |