diff --git a/package.json b/package.json index 0e530482b..3ce551ddf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "yarn": "1.22.22" }, "dependencies": { - "@slack/bolt": "3.19.0" + "@slack/bolt": "3.21.0" }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" } diff --git a/yarn.lock b/yarn.lock index 61a618d12..9c59801f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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== @@ -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== @@ -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"