Skip to content

Commit

Permalink
Update dependencies (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cchensh and github-actions[bot] authored Dec 14, 2023
1 parent cb9a803 commit dc19d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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.183.0/",
"std/": "https://deno.land/std@0.208.0/",
"mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/"
}
}
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.2.2/mod.ts"
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.2.3/mod.ts"
}
}

0 comments on commit dc19d44

Please sign in to comment.