From 01c875394f8f873c46b51161b98f7b36ae4c71fa Mon Sep 17 00:00:00 2001 From: Cheng Chen <35309699+cchensh@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:17:54 +0000 Subject: [PATCH] Update dependencies (#50) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- import_map.json | 2 +- slack.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/import_map.json b/import_map.json index 122ca0d..a114183 100644 --- a/import_map.json +++ b/import_map.json @@ -2,7 +2,7 @@ "imports": { "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.5.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.2/", - "std/": "https://deno.land/std@0.183.0/", + "std/": "https://deno.land/std@0.208.0/", "mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/" } } diff --git a/slack.json b/slack.json index d509641..b70271c 100644 --- a/slack.json +++ b/slack.json @@ -1,5 +1,5 @@ { "hooks": { - "get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.2.2/mod.ts" + "get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.2.3/mod.ts" } }