From c4b4a0e5c00547cd3983201b1e0ad17b82afc453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:12:19 +0000 Subject: [PATCH] build(deps): bump @slack/web-api from 7.9.2 to 7.9.3 Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.9.2 to 7.9.3. - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.9.2...@slack/web-api@7.9.3) --- updated-dependencies: - dependency-name: "@slack/web-api" dependency-version: 7.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 b1db0a17..f47728de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "@slack/logger": "^4.0.0", - "@slack/web-api": "^7.9.2", + "@slack/web-api": "^7.9.3", "axios": "^1.9.0", "axios-retry": "^4.5.0", "flat": "^6.0.1", @@ -657,9 +657,9 @@ } }, "node_modules/@slack/web-api": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.9.2.tgz", - "integrity": "sha512-3HoDwV6+ZSTfV+DsbnUd82GlZY0a+DPXuHQHpxWTqgxjM3JWZyGiwR+ov3d2M16pWiMzA+l58UJ5lm1znGq0yA==", + "version": "7.9.3", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.9.3.tgz", + "integrity": "sha512-xjnoldVJyoUe61Ltqjr2UVYBolcsTpp5ottqzSI3l41UCaJgHSHIOpGuYps+nhLFvDfGGpDGUeQ7BWiq3+ypqA==", "license": "MIT", "dependencies": { "@slack/logger": "^4.0.0", diff --git a/package.json b/package.json index 524b4a56..d950954c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "@slack/logger": "^4.0.0", - "@slack/web-api": "^7.9.2", + "@slack/web-api": "^7.9.3", "axios": "^1.9.0", "axios-retry": "^4.5.0", "flat": "^6.0.1",