webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

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

Open pi0 opened this issue 3 months ago • 0 comments

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

pi0 avatar Mar 29 '24 11:03 pi0