Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-02 17:34:39 +00:00
parent 52df12d45d
commit 294a6ed044
315 changed files with 1937 additions and 1303 deletions

2
node_modules/adm-zip/zipFile.js generated vendored
View file

@ -294,7 +294,7 @@ module.exports = function (/*Buffer|null*/ inBuffer, /** object */ options) {
mainHeader.size = 0;
mainHeader.offset = 0;
totalEntries = 0;
let totalEntries = 0;
for (const entry of this.entries) {
// compress data and set local and entry header accordingly. Reason why is called first