Update `yazl` to fix Buffer warning (#12328)
We were using an outdated version of the package `yazl` in our build system, resulting in a Buffer warning during the production and test builds about the use of the deprecated Buffer constructor. `yazl` has been updated to the latest version, and no longer uses the deprecated Buffer constructor that caused this warning. The warning looked like this: ``` (node:52293) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. ```feature/default_network_editable
parent
31b681f301
commit
b07354af52
Loading…
Reference in new issue