From 820018ec291cebf743ea547f5bff6304c71b3344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:01:09 +0000 Subject: [PATCH] Update dependency @slack/webhook to v7.0.4 (#21825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@slack/webhook](https://slack.dev/node-slack-sdk/webhook) ([source](https://redirect.github.com/slackapi/node-slack-sdk)) | [`7.0.3` -> `7.0.4`](https://renovatebot.com/diffs/npm/@slack%2fwebhook/7.0.3/7.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@slack%2fwebhook/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@slack%2fwebhook/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@slack%2fwebhook/7.0.3/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@slack%2fwebhook/7.0.3/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
slackapi/node-slack-sdk (@​slack/webhook) ### [`v7.0.4`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.0.4): @​slack/web-api@7.04 [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.3...@slack/webhook@7.0.4) ### What's Changed We released a fix for the `oauth.v2.exchange` method argument type; previously it did not require a `token`, which was incorrect. It now requires a `token` parameter, which matches the expectations of this API method. ### Full Changelog [`ae755dc`](https://redirect.github.com/slackapi/node-slack-sdk/commit/ae755dc4) web-api(fix): `oauth.v2.exchange` method requires a `token` parameter ([#​1779](https://redirect.github.com/slackapi/node-slack-sdk/issues/1779)) - thanks for reporting [@​iggyray](https://redirect.github.com/iggyray)!
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ghost/core/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 6c03fd1b7d..090a3b6648 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -59,7 +59,7 @@ "dependencies": { "@extractus/oembed-extractor": "3.2.1", "@sentry/node": "7.119.2", - "@slack/webhook": "7.0.3", + "@slack/webhook": "7.0.4", "@tryghost/activitypub": "0.0.0", "@tryghost/adapter-base-cache": "0.1.12", "@tryghost/adapter-cache-redis": "0.0.0", diff --git a/yarn.lock b/yarn.lock index 4340fe94c0..902d457b93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5183,14 +5183,14 @@ resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.14.0.tgz#913946b4bcb635dad1d39ceca73699215c38cf6f" integrity sha512-n0EGm7ENQRxlXbgKSrQZL69grzg1gHLAVd+GlRVQJ1NSORo0FrApR7wql/gaKdu2n4TO83Sq/AmeUOqD60aXUA== -"@slack/webhook@7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@slack/webhook/-/webhook-7.0.3.tgz#509cfd03eb698ced6c4e03400da8341dc3f5eedb" - integrity sha512-qRPMq3In5znBpRLw4IQvYy8M3+CRd8/FKfZjA0BoNx/Q1qm4+kom8BTaOz+HMoRpnywMbr+4B/Tc5JR3nUJ+ew== +"@slack/webhook@7.0.4": + version "7.0.4" + resolved "https://registry.yarnpkg.com/@slack/webhook/-/webhook-7.0.4.tgz#94ec3c5b87458d2fccaeee04abeb8754b4f1857a" + integrity sha512-JDJte2dbJCcq1/GCMBYJH6fj+YS4n5GuPjT4tF3O1NPN6pFPCR9yA/apRh9sdfhdFG7hadiRgmiQqC4GLgNkZg== dependencies: "@slack/types" "^2.9.0" "@types/node" ">=18.0.0" - axios "^1.7.4" + axios "^1.7.8" "@smithy/types@^2.5.0": version "2.6.0" @@ -9887,10 +9887,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -axios@^1.0.0, axios@^1.3.3, axios@^1.7.4: - version "1.7.7" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f" - integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== +axios@^1.0.0, axios@^1.3.3, 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"