Skip to content

Commit

Permalink
Update dependency @slack/bolt to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent fe7cda8 commit 35c0740
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 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.20.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
"@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.20.0":
version "3.20.0"
resolved "https://registry.yarnpkg.com/@slack/bolt/-/bolt-3.20.0.tgz#94f0545b9cc1eeceb2b5ef0b17c78af5ff208748"
integrity sha512-JXQe4oGredj/RREIG8GM/DAZ+B89NuVpdmgejzo9yx4uSE2sUX/NisyMv0B6xJ8cnlLbGpB5gCgbksdQZT/2CQ==
dependencies:
"@slack/logger" "^4.0.0"
"@slack/oauth" "^2.6.2"
Expand All @@ -129,7 +129,7 @@
"@types/express" "^4.16.1"
"@types/promise.allsettled" "^1.0.3"
"@types/tsscmp" "^1.0.0"
axios "^1.6.0"
axios "^1.7.3"
express "^4.16.4"
path-to-regexp "^6.2.1"
please-upgrade-node "^3.2.0"
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.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
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 35c0740

Please sign in to comment.