From e4a9c4b6853f8b64ba9fee848d3f30198f9427c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:23:01 -0400 Subject: [PATCH] build(deps): bump @slack/web-api from 7.2.0 to 7.3.2 (#327) Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.2.0 to 7.3.2. - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.2.0...@slack/web-api@7.3.2) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 337f941..23e376c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@slack/web-api": "^7.2.0", + "@slack/web-api": "^7.3.2", "axios": "^1.7.2", "flat": "^5.0.2", "https-proxy-agent": "^7.0.5", @@ -964,9 +964,9 @@ } }, "node_modules/@slack/web-api": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.2.0.tgz", - "integrity": "sha512-Dicpm9h/M9gZXHVlsDurUxQOzhh5QDZ6jahnsYRl9ZLAD58SPfgZdlS5a6Rz3zs82RnYWhNVjMW+pMLysetgRw==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.3.2.tgz", + "integrity": "sha512-hyxwSsUhpOEVN5ORB3ne7TAXQwXl0wxBAyNTCfp4Qc/o9rpEEvY4kfsx7mZF5AhYPcdEeI1XP2bSFrh3W/HGKQ==", "dependencies": { "@slack/logger": "^4.0.0", "@slack/types": "^2.9.0", diff --git a/package.json b/package.json index e0b2309..b554ba5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@slack/web-api": "^7.2.0", + "@slack/web-api": "^7.3.2", "axios": "^1.7.2", "flat": "^5.0.2", "https-proxy-agent": "^7.0.5",