Skip to content

Commit 3b0b643

Browse files
authored
oauth(build): use a minimum version of @slack/[email protected] (#1889)
1 parent 27b78e5 commit 3b0b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@slack/logger": "^3.0.0",
43-
"@slack/web-api": "^6.11.2",
43+
"@slack/web-api": "^6.12.1",
4444
"@types/jsonwebtoken": "^8.3.7",
4545
"@types/node": ">=12",
4646
"jsonwebtoken": "^9.0.0",

0 commit comments

Comments
 (0)