Skip to content

Commit 441775f

Browse files
Update dependency extract-zip to v1.0.4
1 parent 2f9f83e commit 441775f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sbt-scalajs-esbuild-electron/examples/electron-forge/esbuild

sbt-scalajs-esbuild-electron/examples/electron-forge/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"comment": "extract-zip@2 (yauzl@2) silently truncates zip extraction on Node >=24.16, so @electron/get produces an incomplete Electron download and packaging emits nothing while exiting 0. Redirect it to the drop-in @electron-internal/extract-zip until Electron Forge 8 ships the fix. See https://github.com/electron/forge/issues/4277.",
1717
"overrides": {
18-
"extract-zip": "npm:@electron-internal/extract-zip@1.0.3"
18+
"extract-zip": "npm:@electron-internal/extract-zip@1.0.4"
1919
}
2020
}

0 commit comments

Comments
 (0)