Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @slack/web-api to v6.12.1 #8103

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1679,21 +1679,21 @@ __metadata:
linkType: hard

"@slack/web-api@npm:^6.10.0":
version: 6.12.0
resolution: "@slack/web-api@npm:6.12.0"
version: 6.12.1
resolution: "@slack/web-api@npm:6.12.1"
dependencies:
"@slack/logger": "npm:^3.0.0"
"@slack/types": "npm:^2.11.0"
"@types/is-stream": "npm:^1.1.0"
"@types/node": "npm:>=12.0.0"
axios: "npm:^1.6.5"
axios: "npm:^1.7.4"
eventemitter3: "npm:^3.1.0"
form-data: "npm:^2.5.0"
is-electron: "npm:2.2.2"
is-stream: "npm:^1.1.0"
p-queue: "npm:^6.6.1"
p-retry: "npm:^4.0.0"
checksum: 10c0/609f57c5f5a75edb9377c47b0887d34cd68ea5164e0bcc4dd1a4e8785d48a788840c71bee6333dd224c3ff044c9f6e334e40a21c3f81aed719ecc3c02003639c
checksum: 10c0/43301aa33cd2cb062b3e725ba1af836521e747d43bb713280e3b00b645b7a9d04bfa997836e1a40170db2b4356e627a22c6dd84c897df8712d87bd515047160a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2664,7 +2664,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.1, axios@npm:^1.6.5":
"axios@npm:^1.6.1":
version: 1.7.5
resolution: "axios@npm:1.7.5"
dependencies:
Expand All @@ -2675,6 +2675,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.4":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/4499efc89e86b0b49ffddc018798de05fab26e3bf57913818266be73279a6418c3ce8f9e934c7d2d707ab8c095e837fc6c90608fb7715b94d357720b5f568af7
languageName: node
linkType: hard

"babel-jest@npm:^29.7.0":
version: 29.7.0
resolution: "babel-jest@npm:29.7.0"
Expand Down
Loading