Skip to content

Commit c5ca833

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"imports": {
3333
"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/",
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"
35+
"@std/dotenv": "jsr:@std/dotenv@^0.225.5",
36+
"@std/testing": "jsr:@std/testing@^1.0.16",
37+
"@std/assert": "jsr:@std/assert@^1.0.15"
3838
}
3939
}

0 commit comments

Comments
 (0)