Skip to content

Commit

Permalink
Update webhook and web-api dependencies in client, oauth, rtm-api, an…
Browse files Browse the repository at this point in the history
…d socket-mode
  • Loading branch information
hello-ashleyintech committed Dec 9, 2024
1 parent 1f8e880 commit 00264c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@slack/logger": ">=1.0.0 <3.0.0",
"@slack/rtm-api": "^5.0.3",
"@slack/types": "^1.2.1",
"@slack/web-api": "^5.3.0",
"@slack/webhook": "^5.0.2"
"@slack/web-api": "^7.8.0",
"@slack/webhook": "^7.0.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@slack/logger": "^4",
"@slack/web-api": "^7.3.4",
"@slack/web-api": "^7.8.0",
"@types/jsonwebtoken": "^9",
"@types/node": ">=18",
"jsonwebtoken": "^9",
Expand Down
2 changes: 1 addition & 1 deletion packages/rtm-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@slack/logger": "^4",
"@slack/web-api": "^7.3.4",
"@slack/web-api": "^7.8.0",
"@types/node": ">=18",
"eventemitter3": "^5",
"finity": "^0.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@slack/logger": "^4",
"@slack/web-api": "^7.3.4",
"@slack/web-api": "^7.8.0",
"@types/node": ">=18",
"@types/ws": "^8",
"eventemitter3": "^5",
Expand Down

0 comments on commit 00264c8

Please sign in to comment.