From b9560fcb105c6c0525e0920af6bfbbef0ef9d36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 06:56:13 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 8.7.2 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 8.7.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v8.7.2) Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4246bfc..8111f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -979,15 +979,21 @@ } }, "@octokit/webhooks": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-7.21.0.tgz", - "integrity": "sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==", + "version": "8.7.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.7.2.tgz", + "integrity": "sha512-ycp46/3BkVB6NbFZuOj8khIS27XFNGg8gUSAL42bBF0honGHX8iV2Yd510uenwpUzPemGG0sVrTxt+KLVBQkOA==", "requires": { "@octokit/request-error": "^2.0.2", + "@octokit/webhooks-definitions": "3.65.2", "aggregate-error": "^3.1.0", "debug": "^4.0.0" } }, + "@octokit/webhooks-definitions": { + "version": "3.65.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.65.2.tgz", + "integrity": "sha512-xOPH/kGbnsHQrPLRTk75F3lkxkpY+1vPWqq74mBCUwfjYVnVv3q9l7yi+ZvyUrZ2O/kqjhuJWbG923G/icd0ag==" + }, "@sinonjs/commons": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", diff --git a/package.json b/package.json index 0c52ca3..50a1dd2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@github-docs/frontmatter": "^1.3.1", - "@octokit/webhooks": "^7.21.0", + "@octokit/webhooks": "^8.7.2", "@types/node-fetch": "^2.5.8", "node-fetch": "^2.6.1" },