From abfa1baaa5b4272e921d2cfec92244b04abde32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:33:10 -0500 Subject: [PATCH] Bump @octokit/webhooks from 8.5.3 to 8.5.4 (#58) Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 8.5.3 to 8.5.4. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v8.5.3...v8.5.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3eac9d..71d76f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -791,9 +791,9 @@ } }, "@octokit/webhooks": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.5.3.tgz", - "integrity": "sha512-hAHYHDC06KClFX2oKGxAZkolX9n9zU6PJ4UVJte87ZhH+Buui+hLPNKnSHYgsV7rn83kNItHTRfnfyRBD9CjkA==", + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.5.4.tgz", + "integrity": "sha512-7fwSpn3X0WQu5UMdE3NWId6pUfdWWDgShXhZiKfnZcQHxDajpjuS5SiR13OFCwfrm3OgDjkpiey6xO5u9uqXBg==", "requires": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-definitions": "3.62.5", diff --git a/package.json b/package.json index b5430fb..7f18c23 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/github": "^4.0.0", - "@octokit/webhooks": "^8.5.3" + "@octokit/webhooks": "^8.5.4" }, "devDependencies": { "@vercel/ncc": "^0.27.0",