From b042a7bec8ef3643ccf118001adb6063ac736189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 06:45:23 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 8.4.1 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 8.4.1. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v8.4.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..d5cd72a 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.4.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.4.1.tgz", + "integrity": "sha512-XV7VWuV13ltfuYREWX+3yrHFjBGalHrkzba5ht2q92s3RzFQH28NU+ZJADwbozFf5rY9fLtrVuhEsHPnaPxGrg==", "requires": { "@octokit/request-error": "^2.0.2", + "@octokit/webhooks-definitions": "3.61.0", "aggregate-error": "^3.1.0", "debug": "^4.0.0" } }, + "@octokit/webhooks-definitions": { + "version": "3.61.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.61.0.tgz", + "integrity": "sha512-Iu2rMpCU0y25T4rIMoAKyQRWf/YJZnJKbIzzrKQMQJRIiORe4AGev1GLgf5zUcnz9twQ23DYEFLpDLVHViwTDQ==" + }, "@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..f7e0ede 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.4.1", "ignore": "^5.1.8" }, "devDependencies": {