diff --git a/patches/bl++readable-stream+3.6.1.patch b/patches/bl++readable-stream+3.6.1.patch deleted file mode 100644 index 0eac150a0393..000000000000 --- a/patches/bl++readable-stream+3.6.1.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/node_modules/bl/node_modules/readable-stream/errors.js b/node_modules/bl/node_modules/readable-stream/errors.js -index 8471526..a4169da 100644 ---- a/node_modules/bl/node_modules/readable-stream/errors.js -+++ b/node_modules/bl/node_modules/readable-stream/errors.js -@@ -21,7 +21,18 @@ function createErrorType(code, message, Base) { - } - } - -- NodeError.prototype.name = Base.name; -+ Object.defineProperties(NodeError.prototype, { -+ name: { -+ value: Base.name, -+ writable: true, -+ // enumerable: true would accurately preserve the behavior of the -+ // original assignment, but I'm guessing that was not intentional. -+ // For an actual error subclass, this property would not -+ // be enumerable. -+ enumerable: false, -+ configurable: true, -+ } -+ }) - NodeError.prototype.code = code; - - codes[code] = NodeError; diff --git a/patches/express+4.18.1.patch b/patches/express+4.18.2.patch similarity index 100% rename from patches/express+4.18.1.patch rename to patches/express+4.18.2.patch diff --git a/patches/node-fetch+2.6.9.patch b/patches/node-fetch+2.6.11.patch similarity index 100% rename from patches/node-fetch+2.6.9.patch rename to patches/node-fetch+2.6.11.patch diff --git a/patches/rxjs+7.5.5.patch b/patches/rxjs+7.8.1.patch similarity index 97% rename from patches/rxjs+7.5.5.patch rename to patches/rxjs+7.8.1.patch index 5e96e1fd8479..7777c27aa8ae 100644 --- a/patches/rxjs+7.5.5.patch +++ b/patches/rxjs+7.8.1.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js b/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js -index 98a6e52..af7d91a 100644 +index 98a6e52..815dd25 100644 --- a/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js +++ b/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js @@ -7,8 +7,18 @@ function createErrorClass(createImpl) {