aboutsummaryrefslogtreecommitdiff
path: root/lang/node/patches/003-path.patch
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2022-12-20 10:51:56 +0900
committerRosen Penev <rosenp@gmail.com>2022-12-22 16:25:53 -0800
commitf8bd5eaa6edcf437130118295380c93f2acdfdc3 (patch)
treea36b4085727b7dd3f6c4b3c190a93a00bf355ff2 /lang/node/patches/003-path.patch
parentda806ee091ed86d298b4faf99373f39bb4791983 (diff)
node: bump to v16.19.0
Notable Changes *OpenSSL 1.1.1s *Root certificates updated to NSS 3.85 *Time zone update to 2022f Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node/patches/003-path.patch')
-rw-r--r--lang/node/patches/003-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch
index cd20f0bf2..42e07f2cd 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
-@@ -1290,7 +1290,8 @@ Module._initPaths = function() {
+@@ -1300,7 +1300,8 @@ Module._initPaths = function() {
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..', '..');