From 3ae8a8404b2e55898c63dad8a84320a4640b9927 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 29 Oct 2021 16:29:37 +1100 Subject: chore(ci): update dependency for upload_wptfyi (#12587) --- tools/upload_wptfyi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3