From 631d5df60ced855a2bb34d700d59fa198bb95c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 06:48:47 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 8.7.1 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 8.7.1. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v8.7.1) 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 e30a5d3..4845224 100644 --- a/package-lock.json +++ b/package-lock.json @@ -915,15 +915,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.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.7.1.tgz", + "integrity": "sha512-V1RuWPsin1FI2bBgkgNeyz3Hcq/I8Hizb7DHmybb8RXIzJloU1+YaR9Rr+WIl8BUP89kdDpeskobRpLEKctz5A==", "requires": { "@octokit/request-error": "^2.0.2", + "@octokit/webhooks-definitions": "3.65.1", "aggregate-error": "^3.1.0", "debug": "^4.0.0" } }, + "@octokit/webhooks-definitions": { + "version": "3.65.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.65.1.tgz", + "integrity": "sha512-NanxlkeWan6DkL/aShf+DplfB3rTYodWbAx8U1pXCFukTvRSiIGTmjGf83uuYfJh0rsJTPX3igqtxOuYIfde3w==" + }, "@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 5e1249e..8c5fe3f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@octokit/webhooks": "^7.21.0", + "@octokit/webhooks": "^8.7.1", "ignore": "^5.1.8" }, "devDependencies": {