Skip to content

Commit

Permalink
web-api(docs): include updated required packages in oidc example
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored and seratch committed Aug 19, 2024
1 parent 09c0bc1 commit d386133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/openid-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"repository": "slackapi/node-slack-sdk",
"dependencies": {
"@koa/router": "^10.1.0",
"jsonwebtoken": "^8.5.1",
"@slack/web-api": "^7.3.4",
"jsonwebtoken": "^9.0.2",
"koa": "^2.13.1",
"uuid": "^8.3.2"
}
Expand Down

0 comments on commit d386133

Please sign in to comment.