diff options
-rw-r--r-- | tools/upload_wptfyi.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upload_wptfyi.js b/tools/upload_wptfyi.js index 097f5a512..476c1981d 100644 --- a/tools/upload_wptfyi.js +++ b/tools/upload_wptfyi.js @@ -2,7 +2,7 @@ // passed, will automatically add a status check to the commit with a link to // the wpt.fyi page. -import { gzip } from "https://deno.land/x/compress@v0.3.8/gzip/mod.ts"; +import { gzip } from "https://deno.land/x/compress@v0.4.1/gzip/mod.ts"; const user = Deno.env.get("WPT_FYI_USER"); const password = Deno.env.get("WPT_FYI_PW"); |