Skip to content

Commit

Permalink
Update dependency @slack/bolt to v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent fe7cda8 commit 8eb6ce2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"yarn": "1.22.22"
},
"dependencies": {
"@slack/bolt": "3.19.0"
"@slack/bolt": "3.21.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@slack/bolt@3.19.0":
version "3.19.0"
resolved "https://registry.npmjs.org/@slack/bolt/-/bolt-3.19.0.tgz"
integrity sha512-P5Yup/PbO8sE5xsuqkBkpSPkxEkfWZ6yo5ZlmBGxRhhoU1usUSU2w0bgZoiDX4WFm7ZX+3x2Dyf4VMa9kzfmVQ==
"@slack/bolt@3.21.0":
version "3.21.0"
resolved "https://registry.yarnpkg.com/@slack/bolt/-/bolt-3.21.0.tgz#8c44df63eec8a3fd47abe98bb144ff5788528c13"
integrity sha512-hpE62YRD5SkcMuhSRZgCzHQTT6xyRKw+EDIvC6Dq/d0J1lL8I+OQPTDge55Jd32S8T+vjP/zSiTNJpsH4dGCrA==
dependencies:
"@slack/logger" "^4.0.0"
"@slack/oauth" "^2.6.2"
"@slack/socket-mode" "^1.3.3"
"@slack/types" "^2.11.0"
"@slack/web-api" "^6.11.2"
"@slack/web-api" "^6.12.0"
"@types/express" "^4.16.1"
"@types/promise.allsettled" "^1.0.3"
"@types/tsscmp" "^1.0.0"
axios "^1.6.0"
axios "^1.7.4"
express "^4.16.4"
path-to-regexp "^6.2.1"
please-upgrade-node "^3.2.0"
Expand Down Expand Up @@ -181,7 +181,7 @@
resolved "https://registry.npmjs.org/@slack/types/-/types-2.12.0.tgz"
integrity sha512-yFewzUomYZ2BYaGJidPuIgjoYj5wqPDmi7DLSaGIkf+rCi4YZ2Z3DaiYIbz7qb/PL2NmamWjCvB7e9ArI5HkKg==

"@slack/web-api@^6.11.2":
"@slack/web-api@^6.11.2", "@slack/web-api@^6.12.0":
version "6.12.0"
resolved "https://registry.npmjs.org/@slack/web-api/-/web-api-6.12.0.tgz"
integrity sha512-RPw6F8rWfGveGkZEJ4+4jUin5iazxRK2q3FpQDz/FvdgzC3nZmPyLx8WRzc6nh0w3MBjEbphNnp2VZksfhpBIQ==
Expand Down Expand Up @@ -490,7 +490,7 @@ asynckit@^0.4.0:
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

axios@^1.6.0, axios@^1.6.5:
axios@^1.6.5:
version "1.7.2"
resolved "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz"
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
Expand All @@ -499,6 +499,15 @@ axios@^1.6.0, axios@^1.6.5:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
Expand Down

0 comments on commit 8eb6ce2

Please sign in to comment.