patches: bump to 14.21.3, 16.19.1, 18.14.1, and 19.6.1 (#277)
This commit is contained in:
parent
8d896d4b1e
commit
de53837679
@ -240,7 +240,7 @@ index 0000000000..fb2d47f52b
|
||||
try {
|
||||
--- node/lib/internal/modules/cjs/loader.js
|
||||
+++ node/lib/internal/modules/cjs/loader.js
|
||||
@@ -83,7 +83,7 @@ const fs = require('fs');
|
||||
@@ -87,7 +87,7 @@ const fs = require('fs');
|
||||
const internalFS = require('internal/fs/utils');
|
||||
const path = require('path');
|
||||
const { sep } = path;
|
||||
@ -218,7 +218,7 @@ index 0000000000..e97e9e524c
|
||||
+ }());
|
||||
+}());
|
||||
diff --git node/lib/internal/modules/cjs/loader.js node/lib/internal/modules/cjs/loader.js
|
||||
index 80b931ef70..62399aef83 100644
|
||||
index a859911522..d492088f37 100644
|
||||
--- node/lib/internal/modules/cjs/loader.js
|
||||
+++ node/lib/internal/modules/cjs/loader.js
|
||||
@@ -94,7 +94,7 @@ const fs = require('fs');
|
||||
@ -229,7 +229,7 @@ index 80b931ef70..62399aef83 100644
|
||||
+const internalModuleStat = function (f) { return require('fs').internalModuleStat(f); };
|
||||
const { safeGetenv } = internalBinding('credentials');
|
||||
const {
|
||||
getCjsConditions,
|
||||
privateSymbols: {
|
||||
diff --git node/lib/internal/modules/package_json_reader.js node/lib/internal/modules/package_json_reader.js
|
||||
index 09eb12bd15..2d2f196737 100644
|
||||
--- node/lib/internal/modules/package_json_reader.js
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"v19.6.0": ["node.v19.6.0.cpp.patch"],
|
||||
"v18.13.0": ["node.v18.13.0.cpp.patch"],
|
||||
"v16.19.0": ["node.v16.19.0.cpp.patch"],
|
||||
"v14.21.2": ["node.v14.21.2.cpp.patch"],
|
||||
"v19.6.1": ["node.v19.6.1.cpp.patch"],
|
||||
"v18.14.1": ["node.v18.14.1.cpp.patch"],
|
||||
"v16.19.1": ["node.v16.19.1.cpp.patch"],
|
||||
"v14.21.3": ["node.v14.21.3.cpp.patch"],
|
||||
"v12.22.11": ["node.v12.22.11.cpp.patch"],
|
||||
"v10.24.1": ["node.v10.24.1.cpp.patch"],
|
||||
"v8.17.0": ["node.v8.17.0.cpp.patch"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user