From afbc2eb8e9bf702d2d024682692bb68c0b251d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 06:52:34 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 8.11.2 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 8.11.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v8.11.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..726dcd3 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.11.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.11.2.tgz", + "integrity": "sha512-IgT1ovFNVeUBupOpLfSCKoDPCJ8PM2p076WWyKRHnpM/dcQkKaJ97eAuAdPRisv6lpgKsIZ10/CKF092NyWrgA==", "requires": { "@octokit/request-error": "^2.0.2", + "@octokit/webhooks-definitions": "3.66.0", "aggregate-error": "^3.1.0", "debug": "^4.0.0" } }, + "@octokit/webhooks-definitions": { + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.66.0.tgz", + "integrity": "sha512-M9yDSBPd2KfevwMv2zdarpVyaQXJAEi6h71Bx8cnG0Zdl7pgx8SVMGeUUIY0dPmYPwl9IGzT8OphFwb2q0A9QQ==" + }, "@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..11d597c 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.11.2", "@types/node-fetch": "^2.5.8", "node-fetch": "^2.6.1" },