From 5397586b84dfdff5c6c61d4c558fd6e2e1b3c9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 08:22:49 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 8.12.0 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 8.12.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v8.12.0) 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..b0508fe 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.12.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.12.0.tgz", + "integrity": "sha512-UnL2ki6Wnb9kcmWTWhlGf55kC4M4KtR71A/YncdYxQ8iPZL6x6xvhJibzamjqszbN+X6jilqWnG6nS//D23c3A==", "requires": { "@octokit/request-error": "^2.0.2", + "@octokit/webhooks-definitions": "3.67.0", "aggregate-error": "^3.1.0", "debug": "^4.0.0" } }, + "@octokit/webhooks-definitions": { + "version": "3.67.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.67.0.tgz", + "integrity": "sha512-KyAakXZ5shjXSdIiALy1xNBsiml/59aXZbdFUB18PlU99GsYOFwG+tiO0LGyYvjXKaaJ336wIapEu/GAjOdY3A==" + }, "@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..8a83444 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.12.0", "@types/node-fetch": "^2.5.8", "node-fetch": "^2.6.1" },