We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f532af3 commit c5ca833Copy full SHA for c5ca833
2 files changed
.slack/hooks.json
@@ -1,5 +1,5 @@
1
{
2
"hooks": {
3
- "get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.4.0/mod.ts"
+ "get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.5.0/mod.ts"
4
}
5
deno.jsonc
@@ -32,8 +32,8 @@
32
"imports": {
33
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.15.1/",
34
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
35
- "@std/dotenv": "jsr:@std/dotenv@^0.225.4",
36
- "@std/testing": "jsr:@std/testing@^1.0.12",
37
- "@std/assert": "jsr:@std/assert@^1.0.13"
+ "@std/dotenv": "jsr:@std/dotenv@^0.225.5",
+ "@std/testing": "jsr:@std/testing@^1.0.16",
+ "@std/assert": "jsr:@std/assert@^1.0.15"
38
39
0 commit comments