Skip to content

Commit 11eab86

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

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
@@ -30,8 +30,8 @@
3030
"test": "deno fmt --check && deno lint && deno test --allow-read"
3131
},
3232
"imports": {
33-
"@std/assert": "jsr:@std/assert@^1.0.13",
34-
"@std/testing": "jsr:@std/testing@^1.0.12",
33+
"@std/assert": "jsr:@std/assert@^1.0.15",
34+
"@std/testing": "jsr:@std/testing@^1.0.16",
3535
"deno-slack-sdk/": "https://deno.land/x/[email protected]/",
3636
"deno-slack-api/": "https://deno.land/x/[email protected]/"
3737
}

0 commit comments

Comments
 (0)