From d51f39a33c2cb57fcafac19715b1ffed19044194 Mon Sep 17 00:00:00 2001 From: Cheng Chen <35309699+cchensh@users.noreply.github.com> Date: Thu, 16 May 2024 17:31:00 +0000 Subject: [PATCH] Update dependencies (#58) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- import_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import_map.json b/import_map.json index d1779d8..03455bd 100644 --- a/import_map.json +++ b/import_map.json @@ -1,6 +1,6 @@ { "imports": { - "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.10.0/", + "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.11.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.4.0/", "std/": "https://deno.land/std@0.224.0/", "mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/"