From 4c5fcf9099e403b2498116deeb7eb4bb16643678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:01:39 -0700 Subject: [PATCH] Bump @slack/web-api from 7.4.0 to 7.6.0 (#141) Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.4.0 to 7.6.0. - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.4.0...@slack/web-api@7.6.0) --- updated-dependencies: - dependency-name: "@slack/web-api" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1248645..ed5ce40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@probot/adapter-aws-lambda-serverless": "^3.0.4", - "@slack/web-api": "^7.4.0", + "@slack/web-api": "^7.6.0", "probot": "^12.3.3" }, "devDependencies": { @@ -865,9 +865,9 @@ } }, "node_modules/@slack/web-api": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.4.0.tgz", - "integrity": "sha512-U+0pui9VcddRt3yTSkLAArVB6G8EyOb0g+/vL1E6u8k46IYc1H4UKDuULF734A2ynVyxYKHIXK8OHilX6YhwjQ==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.6.0.tgz", + "integrity": "sha512-1u9JnP12RPk8ChF8RXKKoVtlox9HlZXhf+6lvvRORKxRd4+8ZQ41KskhPO6WiD0Q+wE6k/M6U627BXzVzBcVNA==", "dependencies": { "@slack/logger": "^4.0.0", "@slack/types": "^2.9.0", @@ -5788,9 +5788,9 @@ "integrity": "sha512-UlIrDWvuLaDly3QZhCPnwUSI/KYmV1N9LyhuH6EDKCRS1HWZhyTG3Ja46T3D0rYfqdltKYFXbJSSRPwZpwO0cQ==" }, "@slack/web-api": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.4.0.tgz", - "integrity": "sha512-U+0pui9VcddRt3yTSkLAArVB6G8EyOb0g+/vL1E6u8k46IYc1H4UKDuULF734A2ynVyxYKHIXK8OHilX6YhwjQ==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.6.0.tgz", + "integrity": "sha512-1u9JnP12RPk8ChF8RXKKoVtlox9HlZXhf+6lvvRORKxRd4+8ZQ41KskhPO6WiD0Q+wE6k/M6U627BXzVzBcVNA==", "requires": { "@slack/logger": "^4.0.0", "@slack/types": "^2.9.0", diff --git a/package.json b/package.json index 619f113..e4bb35a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@probot/adapter-aws-lambda-serverless": "^3.0.4", - "@slack/web-api": "^7.4.0", + "@slack/web-api": "^7.6.0", "probot": "^12.3.3" }, "repository": "github:emergency-pull-request-probot-app",