From 45f8073ff28c99b58fb649b015043d1c7f14feaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 02:20:50 +0000 Subject: [PATCH] chore(deps): bump @slack/web-api from 7.15.1 to 7.15.2 Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.15.1 to 7.15.2. - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.15.1...@slack/web-api@7.15.2) --- updated-dependencies: - dependency-name: "@slack/web-api" dependency-version: 7.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a201c87ed..07fb90d04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@slack/oauth": "^3.0.5", "@slack/socket-mode": "^2.0.7", "@slack/types": "^2.21.1", - "@slack/web-api": "^7.15.1", + "@slack/web-api": "^7.15.2", "axios": "^1.12.0", "express": "^5.0.0", "path-to-regexp": "^8.1.0", @@ -970,13 +970,13 @@ } }, "node_modules/@slack/web-api": { - "version": "7.15.1", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.15.1.tgz", - "integrity": "sha512-y+TAF7TszcmFzbVtBkFqAdBwKSoD+8shkNxhp4WIfFwXmCKdFje9WD6evROApPa2FTy1v1uc9yBaJs3609PPgg==", + "version": "7.15.2", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.15.2.tgz", + "integrity": "sha512-/m9qVFkiq85Oa/FSQwYIRDa/AO4qNYkDh4sRBK1WqEc2+RyG7w4tbU6rBIwUOcc/TmWOIr24Nraquxg7um5mYw==", "license": "MIT", "dependencies": { "@slack/logger": "^4.0.1", - "@slack/types": "^2.20.1", + "@slack/types": "^2.21.0", "@types/node": ">=18", "@types/retry": "0.12.0", "axios": "^1.15.0", diff --git a/package.json b/package.json index 7f8e84d60..4693c3bac 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@slack/oauth": "^3.0.5", "@slack/socket-mode": "^2.0.7", "@slack/types": "^2.21.1", - "@slack/web-api": "^7.15.1", + "@slack/web-api": "^7.15.2", "axios": "^1.12.0", "express": "^5.0.0", "path-to-regexp": "^8.1.0",