From 1425111d24c9efe93e101f4dd23f5cc4f6f31df6 Mon Sep 17 00:00:00 2001 From: Cheng Chen <35309699+cchensh@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:05:57 +0000 Subject: [PATCH] Update dependencies (#33) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- import_map.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/import_map.json b/import_map.json index a114183..bdecbac 100644 --- a/import_map.json +++ b/import_map.json @@ -1,8 +1,8 @@ { "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.208.0/", + "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.6.0/", + "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.2.0/", + "std/": "https://deno.land/std@0.216.0/", "mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/" } }