Skip to content

Commit 359c589

Browse files
build(deps): bump dependencies to the latest released versions (#52)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com>
1 parent 0bf9663 commit 359c589

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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
}

Connectors/workflows/giphy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const gif = workflow.addStep(
3030
{
3131
search_term: form.outputs.fields.text,
3232
weirdness: "0",
33+
rating: "g",
3334
},
3435
);
3536

deno.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"imports": {
3434
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.15.1/",
3535
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
36-
"deno-slack-hub/": "https://deno.land/x/deno_slack_hub@3.2.0/",
37-
"@std/assert": "jsr:@std/assert@^1.0.13",
38-
"@std/testing": "jsr:@std/testing@^1.0.13"
36+
"deno-slack-hub/": "https://deno.land/x/deno_slack_hub@3.3.0/",
37+
"@std/assert": "jsr:@std/assert@^1.0.15",
38+
"@std/testing": "jsr:@std/testing@^1.0.16"
3939
}
4040
}

0 commit comments

Comments
 (0)