From 6e83f0acf96e5de3c379f6f5bfcf10e11f1ff940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:55:06 -0500 Subject: [PATCH] Bump @slack/web-api from 7.0.1 to 7.0.2 (#102) Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.0.1...@slack/web-api@7.0.2) --- updated-dependencies: - dependency-name: "@slack/web-api" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Anderson --- 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 98cd5aa..934bcbb 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.0.1", + "@slack/web-api": "^7.0.2", "probot": "^12.3.3" }, "devDependencies": { @@ -854,9 +854,9 @@ } }, "node_modules/@slack/web-api": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.0.1.tgz", - "integrity": "sha512-xXm3Eq7fDT5FQQlQH8tP4WzoyZXFMnbCSydFF5VZwi+LwIYIJ8yV5ujqvh5zE9XW15SPcPYb6cGEOOg1vAC65w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.0.2.tgz", + "integrity": "sha512-nY1KO+7i4iURihThS1kMOElzesx4jqRJtkxLS9FOT8Debh7vQAzzbzxpMB4QauSs15030eyJ16HCf1IfCT4BKQ==", "dependencies": { "@slack/logger": "^4.0.0", "@slack/types": "^2.9.0", @@ -5575,9 +5575,9 @@ "integrity": "sha512-UlIrDWvuLaDly3QZhCPnwUSI/KYmV1N9LyhuH6EDKCRS1HWZhyTG3Ja46T3D0rYfqdltKYFXbJSSRPwZpwO0cQ==" }, "@slack/web-api": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.0.1.tgz", - "integrity": "sha512-xXm3Eq7fDT5FQQlQH8tP4WzoyZXFMnbCSydFF5VZwi+LwIYIJ8yV5ujqvh5zE9XW15SPcPYb6cGEOOg1vAC65w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.0.2.tgz", + "integrity": "sha512-nY1KO+7i4iURihThS1kMOElzesx4jqRJtkxLS9FOT8Debh7vQAzzbzxpMB4QauSs15030eyJ16HCf1IfCT4BKQ==", "requires": { "@slack/logger": "^4.0.0", "@slack/types": "^2.9.0", diff --git a/package.json b/package.json index 86067ed..f4fe4b5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@probot/adapter-aws-lambda-serverless": "^3.0.4", - "@slack/web-api": "^7.0.1", + "@slack/web-api": "^7.0.2", "probot": "^12.3.3" }, "repository": "github:emergency-pull-request-probot-app",