From dfa1f52f89b3b3c88dbdd2bab3f713b3d77f2a57 Mon Sep 17 00:00:00 2001 From: "slack-samples[bot]" <169401055+slack-samples[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:29:32 -0400 Subject: [PATCH] Update dependencies (#69) Co-authored-by: slack-samples[bot] <169401055+slack-samples[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 03455bd..5a465eb 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.11.0/", + "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.12.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/"