summaryrefslogtreecommitdiff
path: root/tools/upload_wptfyi.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-10-29 16:29:37 +1100
committerGitHub <noreply@github.com>2021-10-29 16:29:37 +1100
commit3ae8a8404b2e55898c63dad8a84320a4640b9927 (patch)
treea743a146e3284e89a92ef5199623d92e8afb0ec5 /tools/upload_wptfyi.js
parentbc8e94155a735a75d283515970183bede7eb67a8 (diff)
chore(ci): update dependency for upload_wptfyi (#12587)
Diffstat (limited to 'tools/upload_wptfyi.js')
-rw-r--r--tools/upload_wptfyi.js2
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");