Skip to content

Commit f9a3c47

Browse files
Update dependencies (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98f85ac commit f9a3c47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"imports": {
3-
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.8.0/",
3+
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.9.0/",
44
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.3.2/",
5-
"std/": "https://deno.land/std@0.220.1/",
5+
"std/": "https://deno.land/std@0.221.0/",
66
"mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/"
77
}
88
}

slack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.2.3/mod.ts"
3+
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.3.0/mod.ts"
44
}
55
}

0 commit comments

Comments
 (0)