mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:49:32 -05:00
⬆️ bump adm zip to 0.5.16 (#5019)
* bump adm-zip to 0.5.16 * note * move to native yarn patch
This commit is contained in:
10
.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch
Normal file
10
.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
diff --git a/methods/inflater.js b/methods/inflater.js
|
||||
index 8769e66e82b25541aba80b1ac6429199c9a8179f..1d4402402f0e1aaf64062c1f004c3d6e6fe93e76 100644
|
||||
--- a/methods/inflater.js
|
||||
+++ b/methods/inflater.js
|
||||
@@ -1,4 +1,4 @@
|
||||
-const version = +(process.versions ? process.versions.node : "").split(".")[0] || 0;
|
||||
+const version = +(process?.versions?.node ?? "").split(".")[0] || 0;
|
||||
|
||||
module.exports = function (/*Buffer*/ inbuf, /*number*/ expectedLength) {
|
||||
var zlib = require("zlib");
|
||||
Reference in New Issue
Block a user