Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from kei711/renovate/slack-bolt-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @slack/bolt to v3.11.0
  • Loading branch information
kei711 authored Apr 17, 2022
2 parents 6e6d08e + f457b49 commit e14b95a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepare": "husky install"
},
"dependencies": {
"@slack/bolt": "3.10.0",
"@slack/bolt": "3.11.0",
"axios": "0.26.1",
"dayjs": "1.11.1",
"lru_map": "0.4.1"
Expand Down
43 changes: 18 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -573,21 +573,21 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@slack/bolt@3.10.0":
version "3.10.0"
resolved "https://registry.yarnpkg.com/@slack/bolt/-/bolt-3.10.0.tgz#d8c24d7f5a456372402a35e121fb66c74b333e58"
integrity sha512-M3d7qwjBVRdgmhsw7ikVFtxm8VHWYV+hvMWulKmzF0g8K9xc5SaRhnMn3LsG3cSe1nKTiaoOPYcw6v6TuJp6gg==
"@slack/bolt@3.11.0":
version "3.11.0"
resolved "https://registry.yarnpkg.com/@slack/bolt/-/bolt-3.11.0.tgz#5f75e9a34a3acb9b0e593e2767ed7c98b5c47a7a"
integrity sha512-kUBR9ESsyoxRRIeOYwK1NZCo/9SNDm92bGIYqYWipllYSPQvlhnm84wIcFBd72e6o1CJhUcrtnaArqsoUG5v+g==
dependencies:
"@slack/logger" "^3.0.0"
"@slack/oauth" "^2.4.0"
"@slack/oauth" "^2.5.1"
"@slack/socket-mode" "^1.2.0"
"@slack/types" "^2.4.0"
"@slack/web-api" "^6.7.0"
"@slack/web-api" "^6.7.1"
"@types/express" "^4.16.1"
"@types/node" ">=12"
"@types/promise.allsettled" "^1.0.3"
"@types/tsscmp" "^1.0.0"
axios "^0.21.4"
axios "^0.26.1"
express "^4.16.4"
please-upgrade-node "^3.2.0"
promise.allsettled "^1.0.2"
Expand All @@ -601,10 +601,10 @@
dependencies:
"@types/node" ">=12.0.0"

"@slack/oauth@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@slack/oauth/-/oauth-2.4.0.tgz#996d5e9f77d31e17f97711ffcad5f6542a027d71"
integrity sha512-Ct3eLGE8fb9ubBJdFV4JvjMU7Ds69xl1XQeJ9wFlapiHG/MDp2rUjSIPFMcQ4NT5E0yv5QjzHrGSa6D5XYaoEA==
"@slack/oauth@^2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@slack/oauth/-/oauth-2.5.1.tgz#7dd582ccbbd4fd2209567044a35cc730b7c347ff"
integrity sha512-YNQbblkaEVhbzHs+6Bpbh+t6Pg21Rh9bM8Q+XhuMb61rLiIyl3wXiYrHWvlrpOtc41x5v9rEu3mOj0B/K5uNHw==
dependencies:
"@slack/logger" "^3.0.0"
"@slack/web-api" "^6.3.0"
Expand Down Expand Up @@ -651,16 +651,16 @@
p-queue "^6.6.1"
p-retry "^4.0.0"

"@slack/web-api@^6.7.0":
version "6.7.0"
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-6.7.0.tgz#86e326d84a41aea1a1d12394d1eb94f95bbb584e"
integrity sha512-Jd0ZC/aolkdeM2m3j0SYASlzoUe1AWgm19eDkmGjfli6CzoW1benYHqgMh1owS7+gLfe4FEILtE0fyVDZjgmGQ==
"@slack/web-api@^6.7.1":
version "6.7.1"
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-6.7.1.tgz#a0e983ec7925dccaf8fe15047f1a53eb82c24888"
integrity sha512-Aa2E/7NtGagd7mVsFCrc69iZMoviR2032SBOic06sYVvptdzJlvNsSQVqLCb1Aqz7r/jodb2fnXO1gl016OcWQ==
dependencies:
"@slack/logger" "^3.0.0"
"@slack/types" "^2.0.0"
"@types/is-stream" "^1.1.0"
"@types/node" ">=12.0.0"
axios "^0.25.0"
axios "^0.26.1"
eventemitter3 "^3.1.0"
form-data "^2.5.0"
is-electron "2.2.0"
Expand Down Expand Up @@ -1165,20 +1165,13 @@ atob@^2.1.2:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

axios@0.26.1:
axios@0.26.1, axios@^0.26.1:
version "0.26.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
dependencies:
follow-redirects "^1.14.8"

axios@^0.21.4:
version "0.21.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
dependencies:
follow-redirects "^1.14.0"

axios@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
Expand Down Expand Up @@ -2429,7 +2422,7 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==

follow-redirects@^1.14.0, follow-redirects@^1.14.7, follow-redirects@^1.14.8:
follow-redirects@^1.14.7, follow-redirects@^1.14.8:
version "1.14.8"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
Expand Down

0 comments on commit e14b95a

Please sign in to comment.