From fd85a0e5436cc52f8d18e1e616712baad9921228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:17:47 +0000 Subject: [PATCH] chore(deps): bump @slack/web-api in the npm-production group Bumps the npm-production group with 1 update: [@slack/web-api](https://github.com/slackapi/node-slack-sdk). Updates `@slack/web-api` from 7.3.1 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.3.1...@slack/web-api@7.3.2) --- updated-dependencies: - dependency-name: "@slack/web-api" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... 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 e25ce5c..f017aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@slack/web-api": "^7.3.1", + "@slack/web-api": "^7.3.2", "markdown-it": "^14.1.0", "openapi-diff-node": "2.1.0" }, @@ -1415,9 +1415,9 @@ } }, "node_modules/@slack/web-api": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.3.1.tgz", - "integrity": "sha512-n2KfnlqjaPJ5y98nU5Nn0UwTIxafLwQSQIOLpsQXKGYDF24S/ap5Ebv+ifVMtY+vIJBqj1q2+l3W9bpFHeiJ2A==", + "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 37f4be0..a43f1c3 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "dependencies": { "@actions/core": "^1.10.1", - "@slack/web-api": "^7.3.1", + "@slack/web-api": "^7.3.2", "markdown-it": "^14.1.0", "openapi-diff-node": "2.1.0" },