From a8deeaec7644419e4a7e8f9ab7fa9f6e0c68ab4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 10:25:22 +0100 Subject: [PATCH] build(deps): bump @slack/webhook from 5.0.3 to 5.0.4 (#12944) Bumps [@slack/webhook](https://github.com/slackapi/node-slack-sdk) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/webhook@5.0.3...@slack/webhook@5.0.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++-------------- package.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37503b92e9..44dfc6cd49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1405,23 +1405,13 @@ "integrity": "sha512-tA7GG7Tj479vojfV3AoxbckalA48aK6giGjNtgH6ihpLwTyHE3fIgRrvt8TWfLwW8X8dyu7vgmAsGLRG7hWWOg==" }, "@slack/webhook": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@slack/webhook/-/webhook-5.0.3.tgz", - "integrity": "sha512-51vnejJ2zABNumPVukOLyerpHQT39/Lt0TYFtOEz/N2X77bPofOgfPj2atB3etaM07mxWHLT9IRJ4Zuqx38DkQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@slack/webhook/-/webhook-5.0.4.tgz", + "integrity": "sha512-IC1dpVSc2F/pmwCxOb0QzH2xnGKmyT7MofPGhNkeaoiMrLMU+Oc7xV/AxGnz40mURtCtaDchZSM3tDo9c9x6BA==", "requires": { "@slack/types": "^1.2.1", "@types/node": ">=8.9.0", - "axios": "^0.19.0" - }, - "dependencies": { - "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", - "requires": { - "follow-redirects": "1.5.10" - } - } + "axios": "^0.21.1" } }, "@szmarczak/http-timer": { diff --git a/package.json b/package.json index 899869a647..47f9129dc7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@babel/register": "^7.12.10", "@google-cloud/trace-agent": "^5.1.1", "@parse/node-apn": "^4.0.0", - "@slack/webhook": "^5.0.3", + "@slack/webhook": "^5.0.4", "accepts": "^1.3.5", "amazon-payments": "^0.2.8", "amplitude": "^5.1.4",