Skip to content

Commit

Permalink
Bump @slack/web-api from 7.7.0 to 7.8.0 in /functions (#6390)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy authored Dec 30, 2024
2 parents 5ba14f6 + 8f7135b commit 04eda58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sendgrid/mail": "^8.1.4",
"@sentry/node": "^8.41.0",
"@slack/bolt": "^4.1.0",
"@slack/web-api": "^7.7.0",
"@slack/web-api": "^7.8.0",
"@types/i18next": "^13.0.0",
"bs58": "^6.0.0",
"dayjs": "^1.11.13",
Expand Down
18 changes: 9 additions & 9 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1654,16 +1654,16 @@
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.14.0.tgz#913946b4bcb635dad1d39ceca73699215c38cf6f"
integrity sha512-n0EGm7ENQRxlXbgKSrQZL69grzg1gHLAVd+GlRVQJ1NSORo0FrApR7wql/gaKdu2n4TO83Sq/AmeUOqD60aXUA==

"@slack/web-api@^7", "@slack/web-api@^7.3.4", "@slack/web-api@^7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-7.7.0.tgz#a2f4014dcfada8027049c3cb4835999c1fb8cef0"
integrity sha512-DtRyjgQi0mObA2uC6H8nL2OhAISKDhvtOXgRjGRBnBhiaWb6df5vPmKHsOHjpweYALBMHtiqE5ajZFkDW/ag8Q==
"@slack/web-api@^7", "@slack/web-api@^7.3.4", "@slack/web-api@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-7.8.0.tgz#e042f39a01ec6f44dc8f244caa2ab1999674479c"
integrity sha512-d4SdG+6UmGdzWw38a4sN3lF/nTEzsDxhzU13wm10ejOpPehtmRoqBKnPztQUfFiWbNvSb4czkWYJD4kt+5+Fuw==
dependencies:
"@slack/logger" "^4.0.0"
"@slack/types" "^2.9.0"
"@types/node" ">=18.0.0"
"@types/retry" "0.12.0"
axios "^1.7.4"
axios "^1.7.8"
eventemitter3 "^5.0.1"
form-data "^4.0.0"
is-electron "2.2.2"
Expand Down Expand Up @@ -2628,10 +2628,10 @@ [email protected]:
dependencies:
follow-redirects "^1.14.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==
axios@^1.7.4, axios@^1.7.8:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit 04eda58

Please sign in to comment.