Skip to content

Commit

Permalink
patches: bump to 14.21.3, 16.19.1, 18.14.1, and 19.6.1 (vercel#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
baparham authored Feb 17, 2023
1 parent 8d896d4 commit de53837
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions patches/patches.json
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit de53837

Please sign in to comment.