From 841b38f37a5e3f9ad1812aaae1688dcba69e1fe5 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Tue, 23 Aug 2022 11:44:16 +0900 Subject: 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 --- lang/node/patches/999-localhost-no-addrconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/999-localhost-no-addrconfig.patch') 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 }; -- cgit v1.2.3