Skip to content

Commit 8a311b9

Browse files
Update dependencies (#51)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent 9699150 commit 8a311b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.slack/hooks.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.3.2/mod.ts"
3+
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.4.0/mod.ts"
44
}
55
}

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "deno fmt --check && deno lint && deno test --allow-read"
3131
},
3232
"imports": {
33-
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.15.0/",
33+
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.15.1/",
3434
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
3535
"@std/testing": "jsr:@std/testing@^1.0.12",
3636
"@std/assert": "jsr:@std/assert@^1.0.13"

0 commit comments

Comments
 (0)