Skip to content

Commit c2200fe

Browse files
committed
Update zstd-codec to fix deprecation warning/crash
In some recent Node v20/22 versions, the Buffer deprecation warning now crashes the process entirely when thrown from WASM. This fixes that (although newer Node versions should be fixed too, this is useful for those cases, and good to fix deprecations regardless).
1 parent 0d635e0 commit c2200fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"brotli-wasm": "^3.0.0",
5252
"pify": "^5.0.0",
53-
"zstd-codec": "^0.1.4"
53+
"zstd-codec": "^0.1.5"
5454
},
5555
"devDependencies": {
5656
"@types/chai": "^4.2.18",

0 commit comments

Comments
 (0)