Skip to content

Commit 7b1602f

Browse files
build(deps): bump dependencies to the latest released versions (#54)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent dfce75c commit 7b1602f

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

deno.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"imports": {
3333
"deno-slack-sdk/": "https://deno.land/x/[email protected]/",
3434
"deno-slack-api/": "https://deno.land/x/[email protected]/",
35-
"@std/testing": "jsr:@std/testing@^1.0.12",
36-
"@std/assert": "jsr:@std/assert@^1.0.13"
35+
"@std/testing": "jsr:@std/testing@^1.0.16",
36+
"@std/assert": "jsr:@std/assert@^1.0.15"
3737
}
3838
}

0 commit comments

Comments
 (0)