Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

patches: bump to 14.21.3, 16.19.1, 18.14.1, and 19.6.1 #277

Merged
merged 1 commit into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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