From 10c34aa1a0ddbf32f2afbaf276a000e7b94a0158 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Fri, 12 Aug 2022 14:33:46 +0200 Subject: [PATCH] Update brotli-wasm No specific need, but good to do earlier rather than later, and this might (TBC) make Brotli in this module usable in ESM bundlers like Vite, Rollup & others. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57784a5..8b64af1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/httptoolkit/http-encoding#readme", "dependencies": { - "brotli-wasm": "^1.1.0", + "brotli-wasm": "^1.3.0", "pify": "^5.0.0", "zstd-codec": "^0.1.4" },