diff --git a/tools/upload_wptfyi.js b/tools/upload_wptfyi.js index 097f5a512c..476c1981d7 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");