Skip to content

Commit

Permalink
Update dependencies (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
  • Loading branch information
slack-samples[bot] authored Aug 8, 2024
1 parent b520f01 commit da95cf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.14.0/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.7.0/",
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.14.2/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
"std/": "https://deno.land/std@0.224.0/",
"mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/"
}
Expand Down
2 changes: 1 addition & 1 deletion slack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hooks": {
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.3.0/mod.ts"
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.3.1/mod.ts"
}
}

0 comments on commit da95cf0

Please sign in to comment.