From 14b43da6bdbac9af7d04e28186fdbce6d9188409 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Fri, 18 Jun 2021 18:04:29 +0900 Subject: node: bump to 14.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable Changes: deps: update ICU to 69.1 (Michaƫl Zasso) errors: align source-map stacks with spec (Benjamin Coe) Signed-off-by: Hirokazu MORIKAWA --- lang/node/patches/003-path.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/node/patches/003-path.patch') diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 8675e3420..8110a4a46 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1184,7 +1184,8 @@ Module._initPaths = function() { +@@ -1202,7 +1202,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); @@ -9,4 +9,4 @@ + path.resolve(prefixDir, 'lib', 'node_modules')]; if (homeDir) { - paths.unshift(path.resolve(homeDir, '.node_libraries')); + ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries')); -- cgit v1.2.3