xtuc / webassemblyjs

Toolchain for WebAssembly
https://webassembly.js.org
MIT License
779 stars 90 forks source link

chore: update `@webassemblyjs` dependencies to `1.12.1` #1165

Open pi0 opened 5 months ago

pi0 commented 5 months ago

Hi. I discovered this issue since @webassemblyjs/wasm-parser is using an older (pinned) dependency of @webassemblyjs/leb128 using deprecated new Buffer().

I made this PR that upgrades all pinned dependencies to 1.12.1. Tests pass but it might be an oversight and if it was intentional that they are kept with 1.11 please directly close it.


CI fails but I guess is unrelated:

image